Skip to content

Commit ca52824

Browse files
authored
Merge pull request #491 from TerryHowe/new-container-image
Update test container image for vault
2 parents 8a3c56a + da45290 commit ca52824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functional/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ chmod a+r $TMP_CONFIG
3434
# # Current is not tagged latest and vault won't push images
3535
# after 1.14, but this image is okay today
3636
TAG=latest
37-
TAG=1.13.3
37+
TAG=1.18
3838
docker stop $DOCKER_NAME 2>/dev/null || true
3939
docker rm -f $DOCKER_NAME 2>/dev/null || true
4040
docker run --name $DOCKER_NAME -h $DOCKER_NAME -d \
4141
--cap-add IPC_LOCK \
4242
-p 127.0.0.1:${PORT}:${PORT} \
4343
-v $TMP_CONFIG:/etc/vault/config.hcl:ro \
44-
vault:${TAG} server -config /etc/vault/config.hcl
44+
hashicorp/vault:${TAG} server -config /etc/vault/config.hcl
4545

4646
#
4747
# Wait for vault to come up

0 commit comments

Comments
 (0)