adds labels
This commit is contained in:
parent
3916c5c6b4
commit
5fea0741bf
@ -28,6 +28,9 @@ pipeline {
|
|||||||
dockerFile = """FROM ${repository}/dockerhub/library/php:apache
|
dockerFile = """FROM ${repository}/dockerhub/library/php:apache
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
||||||
|
LABEL org.opencontainers.image.title="php-mysqli"
|
||||||
|
LABEL org.opencontainers.image.description="Docker container for php with mysqli served by apache"
|
||||||
|
LABEL org.opencontainers.image.base.name=""docker.io/library/php:apache"
|
||||||
|
|
||||||
COPY test-chamber-13.lan.root.crt /usr/local/share/ca-certificates/test-chamber-13.lan.root.crt
|
COPY test-chamber-13.lan.root.crt /usr/local/share/ca-certificates/test-chamber-13.lan.root.crt
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user