Label `org.opencontainers.image.source` (#848)

pull/850/head
Roland Franssen :) 2023-12-14 16:00:29 +01:00 committed by GitHub
parent 0020aa9228
commit 5f97821813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -5,4 +5,7 @@ RUN chmod +x /tmp/install-php-extensions
FROM scratch
LABEL org.opencontainers.image.source="https://github.com/mlocati/docker-php-extension-installer" \
org.opencontainers.image.licenses="MIT"
COPY --from=build /tmp/install-php-extensions /usr/bin/install-php-extensions