We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68b37c commit c62a022Copy full SHA for c62a022
Dockerfile
@@ -20,5 +20,8 @@ RUN find /usr/local/aws-cli/v2/current/dist/awscli/botocore/data -name examples-
20
21
# build the final image
22
FROM registry.gitlab.com/gitlab-org/terraform-images/branches/v0-41-0-1.2:396db5b5b4341d2b7820c0f39246890b08888a3b
23
+
24
+LABEL org.opencontainers.image.source https://github.com/Container-Driven-Development/gitlab-terraform-aws-cli-v2
25
26
COPY --from=builder /usr/local/aws-cli/ /usr/local/aws-cli/
27
COPY --from=builder /aws-cli-bin/ /usr/local/bin/
0 commit comments