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 2f4fee1 commit b05a559Copy full SHA for b05a559
Dockerfile
@@ -1,5 +1,7 @@
1
FROM registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v2.1.0
2
3
+COPY --from=mikefarah/yq:4.3.2 /usr/bin/yq /bin
4
+
5
LABEL org.opencontainers.image.source="https://github.com/opencloudengineer/lambda" \
6
description="Image for deploying an app using lambda helm chart" \
7
maintainer="Siddharth Tiwari <[email protected]>"
0 commit comments