Skip to content

Commit

Permalink
specific versions of docker images for new labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Pierce committed Jul 30, 2019
1 parent 9061b76 commit 926ad16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cicd/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
plugins:
- docker#v3.2.0:
debug: $DEBUG
image: "eosio/producer:eosio-amazonlinux-2-05e0e1f0e6ee59340e46be4bcf41a39f0da84438"
image: "eosio/producer:eosio-amazonlinux-2-fe993ae1ac74c46f8d97e49ad8e390289e550cb8"
environment:
- "BUILDKITE_AGENT_ACCESS_TOKEN" # Needed for buildkite-agent upload/download
mount-buildkite-agent: false # Mounting bk-agent doesn't work, so disable it
Expand All @@ -37,7 +37,7 @@ steps:
plugins:
- docker#v3.2.0:
debug: true
image: "eosio/producer:eosio-centos-7-799de4d43d592b5526238fe95c697ea60f39552a"
image: "eosio/producer:eosio-centos-7-1d592f4b1fc27aae8a4740b95525e7b495467bc8"
environment:
# - "ENABLE_LR_TESTS=true"
- "BUILDKITE_AGENT_ACCESS_TOKEN" # Needed for buildkite-agent upload/download
Expand Down Expand Up @@ -101,7 +101,7 @@ steps:
plugins:
- docker#v3.2.0:
debug: true
image: "eosio/producer:eosio-centos-7-799de4d43d592b5526238fe95c697ea60f39552a"
image: "eosio/producer:eosio-centos-7-1d592f4b1fc27aae8a4740b95525e7b495467bc8"
environment:
# - "ENABLE_LR_TESTS=true"
- "BUILDKITE_AGENT_ACCESS_TOKEN" # Needed for buildkite-agent upload/download
Expand Down

0 comments on commit 926ad16

Please sign in to comment.