Skip to content

Commit 86c345f

Browse files
authored
Merge pull request #57 from SAP/radsoulbeard-patch-1
Added LABEL statement
2 parents 10bc5e0 + 823a8f5 commit 86c345f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM buildpack-deps:bullseye-curl
22

3+
LABEL org.opencontainers.image.source=https://github.com/SAP/devops-docker-cf-cli
4+
LABEL org.opencontainers.image.description="An image for the cf cli"
5+
LABEL org.opencontainers.image.licenses=Apache-2.0
6+
37
ENV VERSION 0.1
48

59
# https://github.com/hadolint/hadolint/wiki/DL4006

0 commit comments

Comments
 (0)