Unverified Commit 664bde2f authored by Nick Cabatoff's avatar Nick Cabatoff Committed by GitHub
Browse files

Fix docker image name. (#10311)

parent a3d0cbea
Showing with 6 additions and 6 deletions
+6 -6
...@@ -952,7 +952,7 @@ jobs: ...@@ -952,7 +952,7 @@ jobs:
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \ -e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \ -e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \ --network vaulttest --name \
testcontainer circleci/golang:1.15.3-stretch \ testcontainer circleci/golang:1.15.3-buster \
tail -f /dev/null tail -f /dev/null
# Run tests # Run tests
...@@ -1167,7 +1167,7 @@ jobs: ...@@ -1167,7 +1167,7 @@ jobs:
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \ -e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \ -e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \ --network vaulttest --name \
testcontainer circleci/golang:1.15.3-stretch \ testcontainer circleci/golang:1.15.3-buster \
tail -f /dev/null tail -f /dev/null
# Run tests # Run tests
...@@ -1633,7 +1633,7 @@ jobs: ...@@ -1633,7 +1633,7 @@ jobs:
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \ -e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \ -e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \ --network vaulttest --name \
testcontainer circleci/golang:1.15.3-stretch \ testcontainer circleci/golang:1.15.3-buster \
tail -f /dev/null tail -f /dev/null
# Run tests # Run tests
...@@ -1779,7 +1779,7 @@ jobs: ...@@ -1779,7 +1779,7 @@ jobs:
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \ -e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \ -e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \ --network vaulttest --name \
testcontainer circleci/golang:1.15.3-stretch \ testcontainer circleci/golang:1.15.3-buster \
tail -f /dev/null tail -f /dev/null
# Run tests # Run tests
...@@ -2340,7 +2340,7 @@ jobs: ...@@ -2340,7 +2340,7 @@ jobs:
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \ -e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \ -e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \ --network vaulttest --name \
testcontainer circleci/golang:1.15.3-stretch \ testcontainer circleci/golang:1.15.3-buster \
tail -f /dev/null tail -f /dev/null
# Run tests # Run tests
......
...@@ -14,7 +14,7 @@ parameters: ...@@ -14,7 +14,7 @@ parameters:
default: false default: false
go_image: go_image:
type: string type: string
default: "circleci/golang:1.15.3-stretch" default: "circleci/golang:1.15.3-buster"
use_docker: use_docker:
type: boolean type: boolean
default: false default: false
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment