Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ test-on-remote: # this job tests the Docker image on a local Vault server using the Vault server image # See: https://hub.docker.com/_/vault test-on-local: image: "registry.hub.docker.com/dwdraju/alpine-curl-jq" image: "registry.hub.docker.com/badouralix/curl-jq" services: - name: "$DOCKER_SNAPSHOT_IMAGE" alias: "vault-secrets-provider" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ test-on-remote: # this job tests the Docker image on a local Vault server using the Vault server image # See: https://hub.docker.com/_/vault test-on-local: image: "registry.hub.docker.com/dwdraju/alpine-curl-jq" image: "registry.hub.docker.com/badouralix/curl-jq" services: - name: "$DOCKER_SNAPSHOT_IMAGE" alias: "vault-secrets-provider" Loading