Skip to content

Commit c62a022

Browse files
feat(Dockerfile): ♿ add label to pair with repository
Signed-off-by: Mario Vejlupek <[email protected]>
1 parent c68b37c commit c62a022

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ RUN find /usr/local/aws-cli/v2/current/dist/awscli/botocore/data -name examples-
2020

2121
# build the final image
2222
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+
2326
COPY --from=builder /usr/local/aws-cli/ /usr/local/aws-cli/
2427
COPY --from=builder /aws-cli-bin/ /usr/local/bin/

0 commit comments

Comments
 (0)