Skip to content

Commit b05a559

Browse files
committed
feat: yq in docker image
Signed-off-by: Siddharth Tiwari <[email protected]>
1 parent 2f4fee1 commit b05a559

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v2.1.0
22

3+
COPY --from=mikefarah/yq:4.3.2 /usr/bin/yq /bin
4+
35
LABEL org.opencontainers.image.source="https://github.com/opencloudengineer/lambda" \
46
description="Image for deploying an app using lambda helm chart" \
57
maintainer="Siddharth Tiwari <[email protected]>"

0 commit comments

Comments
 (0)