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.
1 parent fb6867e commit 65221deCopy full SHA for 65221de
.docker/os2forms/build.sh
@@ -7,6 +7,10 @@ if [ $# -eq 0 ]; then
7
exit 0
8
fi
9
10
+echo "Updating base image"
11
+docker image pull drupal:8-apache-buster
12
+
13
+echo "Building OS2Forms image with tag $1"
14
docker build ./ --build-arg OS2FORMS8_TAG=$1 -t os2forms/os2forms8:$1
15
16
if [ "$2" = "--push" ]; then
0 commit comments