Skip to content

Commit 88fa05d

Browse files
ci: build mongo-express image using version v1.1.0-rc-3
1 parent 780b763 commit 88fa05d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/build_container.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ case "$APP" in
9090
DOCKERFILE_OPT=
9191
CONTAINER_TAG=$SRC_VERSION
9292
;;
93+
mongo-express)
94+
# We build this one straight from github
95+
SRC_VERSION=v1.1.0-rc-3
96+
DOCKER_CONTEXT=https://github.com/mongo-express/mongo-express.git#$SRC_VERSION
97+
DOCKERFILE_OPT=
98+
CONTAINER_TAG=$SRC_VERSION
99+
;;
93100
kaptain)
94101
CONTAINER_TAG=latest
95102
;;

0 commit comments

Comments
 (0)