adds labels

This commit is contained in:
Hyatt 2022-04-01 10:02:55 -05:00
parent 3916c5c6b4
commit 5fea0741bf
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -28,6 +28,9 @@ pipeline {
dockerFile = """FROM ${repository}/dockerhub/library/php:apache
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