Skip to content

Commit 65221de

Browse files
committed
Added updating baseimage command before building image
1 parent fb6867e commit 65221de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.docker/os2forms/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ if [ $# -eq 0 ]; then
77
exit 0
88
fi
99

10+
echo "Updating base image"
11+
docker image pull drupal:8-apache-buster
12+
13+
echo "Building OS2Forms image with tag $1"
1014
docker build ./ --build-arg OS2FORMS8_TAG=$1 -t os2forms/os2forms8:$1
1115

1216
if [ "$2" = "--push" ]; then

0 commit comments

Comments
 (0)