changes base image to include apache
This commit is contained in:
parent
b92c3a030f
commit
0293b3e4d0
@ -3,7 +3,7 @@
|
||||
def repository = "registry.c.test-chamber-13.lan"
|
||||
def repositoryCreds = "harbor-repository-creds"
|
||||
|
||||
def dockerFile = """FROM ${repository}/dockerhub/library/php:latest
|
||||
def dockerFile = """FROM ${repository}/dockerhub/library/php:apache
|
||||
|
||||
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
||||
|
||||
|
Reference in New Issue
Block a user