Label `org.opencontainers.image.source` (#848)
parent
0020aa9228
commit
5f97821813
|
@ -5,4 +5,7 @@ RUN chmod +x /tmp/install-php-extensions
|
||||||
|
|
||||||
FROM scratch
|
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
|
COPY --from=build /tmp/install-php-extensions /usr/bin/install-php-extensions
|
||||||
|
|
Loading…
Reference in New Issue