docker release
This commit is contained in:
15
images.conf
Normal file
15
images.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
# Image catalogue for build-and-push.sh
|
||||
#
|
||||
# Format (pipe-separated, one image per line):
|
||||
#
|
||||
# key | image name | build context | dockerfile | description
|
||||
#
|
||||
# Paths are relative to the repo root (the parent of docker-release/).
|
||||
# Blank lines and lines starting with # are ignored.
|
||||
#
|
||||
# Note: fennec-hub-platfrom has no image of its own — it is a Maven library
|
||||
# that the backend Dockerfile builds and installs from the repo-root context.
|
||||
|
||||
backend | fennec-hub-backend | . | fennec-hub-multi-tenant-shared-db/Dockerfile | Spring Boot API (bundles the fennec-hub-platfrom library)
|
||||
admin | fennec-hub-admin-ui | fennec-hub-angular-ui | fennec-hub-angular-ui/Dockerfile | Angular admin panel served by nginx
|
||||
commerce | fennec-hub-commerce | fennec-hub-commerce | fennec-hub-commerce/Dockerfile | Angular storefront served by nginx
|
||||
Reference in New Issue
Block a user