We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c661643 + 0a2a5c0 commit 1034246Copy full SHA for 1034246
1 file changed
build-php.sh
@@ -42,6 +42,8 @@ declare -a target=(
42
"-slim-dev-root"
43
)
44
45
+docker pull "php:${IMAGE_TAG}"
46
+
47
for buildTarget in "${target[@]}"
48
do
49
sed -E "s/${IMAGE_ORIGINAL_TAG}/${IMAGE_TAG}/g" "Dockerfile-${DST_IMAGE}-${OS}" | docker build --label org.label-schema.build-date=`date -u +"%Y-%m-%dT%H:%M:%SZ"` --label org.label-schema.vcs-ref=`git rev-parse --short HEAD` -t "${WYRIHAXIMUSNET_TAG}${buildTarget}" --target="${DST_IMAGE}${buildTarget}" -f - .
0 commit comments