Revert apps default DockerHub image names

This commit is contained in:
Wolfgang Huß 2021-05-17 13:31:06 +02:00
parent 6cc5f1dff6
commit cc728e829f
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
##################################################################################
# BRANDED ########################################################################
##################################################################################
ARG APP_IMAGE=ocelotsocialnetwork/backend-branded:latest
ARG APP_IMAGE=ocelotsocialnetwork/backend:latest
FROM $APP_IMAGE as branded
# copy public constants into the Docker image to brand it

View File

@ -1,7 +1,7 @@
##################################################################################
# BRANDED ########################################################################
##################################################################################
ARG APP_IMAGE=ocelotsocialnetwork/maintenance-branded:latest
ARG APP_IMAGE=ocelotsocialnetwork/maintenance:latest
FROM $APP_IMAGE as branded
# copy public constants into the Docker image to brand it

View File

@ -1,4 +1,4 @@
ARG APP_IMAGE=ocelotsocialnetwork/neo4j-community-branded:latest
ARG APP_IMAGE=ocelotsocialnetwork/neo4j:latest
##################################################################################
# COMMUNITY ######################################################################

View File

@ -1,7 +1,7 @@
##################################################################################
# BRANDED ########################################################################
##################################################################################
ARG APP_IMAGE=ocelotsocialnetwork/webapp-branded:latest
ARG APP_IMAGE=ocelotsocialnetwork/webapp:latest
FROM $APP_IMAGE as branded
# copy public constants into the Docker image to brand it