Browse Source

Add image source label to dockerfiles

To get changelogs shown with Renovate a docker container has to add the source label described in the OCI Image Format Specification.

For reference: https://github.com/renovatebot/renovate/blob/main/lib/modules/datasource/docker/readme.md
pull/9667/head
Marc 10 months ago
committed by GitHub
parent
commit
b73b3b34b4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .ci/docker-images/Dockerfile

1
.ci/docker-images/Dockerfile

@ -1,5 +1,6 @@
ARG PHPVERSION=8.3
FROM php:${PHPVERSION}-cli
LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail"
ENV DEBIAN_FRONTEND=noninteractive

Loading…
Cancel
Save