Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Yuanmao Zhu <[email protected]>
  • Loading branch information
zhuyuanmao committed Mar 11, 2023
1 parent 1a60f81 commit 89e2bb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/master_node/download_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ for IMG in dashboard nginx api-engine; do
done

# We now use official images instead of customized one
docker pull mongo:3.4.10
# docker pull mongo:3.4.10

# NFS service
docker pull itsthenetwork/nfs-server-alpine:9
# docker pull itsthenetwork/nfs-server-alpine:9

# Database server
docker pull mariadb:10.3.10
# docker pull mariadb:10.3.10

# Keycloak is help access the database
docker pull jboss/keycloak:4.5.0.Final
# docker pull jboss/keycloak:4.5.0.Final

echo_g "All Image downloaded "

0 comments on commit 89e2bb5

Please sign in to comment.