Skip to content

Commit

Permalink
Merge pull request #491 from TerryHowe/new-container-image
Browse files Browse the repository at this point in the history
Update test container image for vault
  • Loading branch information
TerryHowe authored Oct 14, 2024
2 parents 8a3c56a + da45290 commit ca52824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functional/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ chmod a+r $TMP_CONFIG
# # Current is not tagged latest and vault won't push images
# after 1.14, but this image is okay today
TAG=latest
TAG=1.13.3
TAG=1.18
docker stop $DOCKER_NAME 2>/dev/null || true
docker rm -f $DOCKER_NAME 2>/dev/null || true
docker run --name $DOCKER_NAME -h $DOCKER_NAME -d \
--cap-add IPC_LOCK \
-p 127.0.0.1:${PORT}:${PORT} \
-v $TMP_CONFIG:/etc/vault/config.hcl:ro \
vault:${TAG} server -config /etc/vault/config.hcl
hashicorp/vault:${TAG} server -config /etc/vault/config.hcl

#
# Wait for vault to come up
Expand Down

0 comments on commit ca52824

Please sign in to comment.