Skip to content

Commit faf265a

Browse files
committed
Revised manifest file.
1 parent 07d3f3a commit faf265a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ FROM docker.io/library/ubuntu:jammy
22

33
ARG TARGETARCH
44

5-
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
6-
org.opencontainers.image.description="Application packaged by Bitnami" \
5+
LABEL org.opencontainers.image.authors="https://bitnami.com/contact; https://sidlibrary.org" \
6+
org.opencontainers.image.description="Application packaged by Bitnami; flavoured by Sidney Jeong" \
77
org.opencontainers.image.ref.name="1.23.2-jammy-r0" \
88
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx" \
99
org.opencontainers.image.title="nginx" \
10-
org.opencontainers.image.vendor="VMware, Inc." \
10+
org.opencontainers.image.vendor="VMware, Inc.; Sidney Jeong" \
1111
org.opencontainers.image.version="1.23.2"
1212

1313
ENV HOME="/" \

0 commit comments

Comments
 (0)