We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1af96 commit a9de9f2Copy full SHA for a9de9f2
deploy.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env sh
2
3
+cat "${HOME}/.ssh/known_hosts"
4
+
5
# renovate: datasource=docker depname=traefik/whoami versioning=docker
6
WHOAMI_VERSION="43a68d10b9dfcfc3ffbfe4dd42100dc9aeaf29b3a5636c856337a5940f1b4f1c" # v1.10
7
docker run --detach --publish-all --name whoami traefik/whoami:"${WHOAMI_VERSION}"
0 commit comments