Skip to content

Commit 2c4f220

Browse files
authored
Added LABEL statement
With the LABEL statement you get a nice overview in the github package registry.
1 parent 4b0162b commit 2c4f220

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)