Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Dockerfile-alpine.template
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,14 @@ RUN set -ex; \
COPY *.sh upgrade.exclude /
COPY config/* /usr/src/nextcloud/config/

LABEL org.opencontainers.image.title="Nextcloud" \
org.opencontainers.image.description="A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms." \
org.opencontainers.image.url="https://nextcloud.com" \
org.opencontainers.image.source="https://github.com/nextcloud/docker" \
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
org.opencontainers.image.vendor="Nextcloud GmbH" \
org.opencontainers.image.licenses="AGPL-3.0-or-later" \
org.opencontainers.image.version="%%VERSION%%"

ENTRYPOINT ["/entrypoint.sh"]
CMD ["%%CMD%%"]
9 changes: 9 additions & 0 deletions Dockerfile-debian.template
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,14 @@ RUN set -ex; \
COPY *.sh upgrade.exclude /
COPY config/* /usr/src/nextcloud/config/

LABEL org.opencontainers.image.title="Nextcloud" \
org.opencontainers.image.description="A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms." \
org.opencontainers.image.url="https://nextcloud.com" \
org.opencontainers.image.source="https://github.com/nextcloud/docker" \
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
org.opencontainers.image.vendor="Nextcloud GmbH" \
org.opencontainers.image.licenses="AGPL-3.0-or-later" \
org.opencontainers.image.version="%%VERSION%%"

ENTRYPOINT ["/entrypoint.sh"]
CMD ["%%CMD%%"]