Revert apps default DockerHub image names
This commit is contained in:
parent
6cc5f1dff6
commit
cc728e829f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
ARG APP_IMAGE=ocelotsocialnetwork/neo4j-community-branded:latest
|
||||
ARG APP_IMAGE=ocelotsocialnetwork/neo4j:latest
|
||||
|
||||
##################################################################################
|
||||
# COMMUNITY ######################################################################
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user