mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
1.10.1-debian-10-r36 release
This commit is contained in:
@@ -23,7 +23,7 @@ COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/harbor-portal/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="harbor-portal" \
|
||||
BITNAMI_IMAGE_VERSION="1.10.1-debian-10-r35" \
|
||||
BITNAMI_IMAGE_VERSION="1.10.1-debian-10-r36" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
NGINX_ENABLE_CUSTOM_PORTS="no" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
|
||||
@@ -28,6 +28,7 @@ services:
|
||||
container_name: harbor-core
|
||||
depends_on:
|
||||
- registry
|
||||
- chartmuseum
|
||||
environment:
|
||||
- CORE_KEY=change-this-key
|
||||
- _REDIS_URL=redis:6379,100,
|
||||
@@ -52,7 +53,8 @@ services:
|
||||
- ADMIRAL_URL=
|
||||
- WITH_NOTARY=False
|
||||
- WITH_CLAIR=False
|
||||
- WITH_CHARTMUSEUM=False
|
||||
- WITH_CHARTMUSEUM=True
|
||||
- CHART_REPOSITORY_URL=http://chartmuseum:8080
|
||||
- CORE_URL=http://core:8080
|
||||
- JOBSERVICE_URL=http://jobservice:8080
|
||||
- REGISTRY_STORAGE_PROVIDER_NAME=filesystem
|
||||
@@ -96,6 +98,21 @@ services:
|
||||
- registry
|
||||
- core
|
||||
- portal
|
||||
chartmuseum:
|
||||
container_name: chartmuseum
|
||||
image: bitnami/chartmuseum:0
|
||||
environment:
|
||||
- CACHE=redis
|
||||
- CACHE_REDIS_ADDR=redis:6379
|
||||
- CACHE_REDIS_DB=1
|
||||
- DEPTH=1
|
||||
- PORT=8080
|
||||
- STORAGE=local
|
||||
- STORAGE_LOCAL_ROOTDIR=/bitnami/data
|
||||
- ALLOW_OVERWRITE=true
|
||||
- INDEX_LIMIT=0
|
||||
volumes:
|
||||
- chartmuseum_data:/bitnami/data
|
||||
volumes:
|
||||
registry_data:
|
||||
driver: local
|
||||
@@ -105,3 +122,5 @@ volumes:
|
||||
driver: local
|
||||
postgresql_data:
|
||||
driver: local
|
||||
chartmuseum_data:
|
||||
driver: local
|
||||
|
||||
@@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1-debian-10`, `1.10.1-debian-10-r35`, `1`, `1.10.1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/1.10.1-debian-10-r35/1/debian-10/Dockerfile)
|
||||
* [`1-debian-10`, `1.10.1-debian-10-r36`, `1`, `1.10.1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-portal/blob/1.10.1-debian-10-r36/1/debian-10/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ services:
|
||||
container_name: harbor-core
|
||||
depends_on:
|
||||
- registry
|
||||
- chartmuseum
|
||||
environment:
|
||||
- CORE_KEY=change-this-key
|
||||
- _REDIS_URL=redis:6379,100,
|
||||
@@ -52,7 +53,8 @@ services:
|
||||
- ADMIRAL_URL=
|
||||
- WITH_NOTARY=False
|
||||
- WITH_CLAIR=False
|
||||
- WITH_CHARTMUSEUM=False
|
||||
- WITH_CHARTMUSEUM=True
|
||||
- CHART_REPOSITORY_URL=http://chartmuseum:8080
|
||||
- CORE_URL=http://core:8080
|
||||
- JOBSERVICE_URL=http://jobservice:8080
|
||||
- REGISTRY_STORAGE_PROVIDER_NAME=filesystem
|
||||
@@ -96,6 +98,21 @@ services:
|
||||
- registry
|
||||
- core
|
||||
- portal
|
||||
chartmuseum:
|
||||
container_name: chartmuseum
|
||||
image: bitnami/chartmuseum:0
|
||||
environment:
|
||||
- CACHE=redis
|
||||
- CACHE_REDIS_ADDR=redis:6379
|
||||
- CACHE_REDIS_DB=1
|
||||
- DEPTH=1
|
||||
- PORT=8080
|
||||
- STORAGE=local
|
||||
- STORAGE_LOCAL_ROOTDIR=/bitnami/data
|
||||
- ALLOW_OVERWRITE=true
|
||||
- INDEX_LIMIT=0
|
||||
volumes:
|
||||
- chartmuseum_data:/bitnami/data
|
||||
volumes:
|
||||
registry_data:
|
||||
driver: local
|
||||
@@ -105,3 +122,5 @@ volumes:
|
||||
driver: local
|
||||
postgresql_data:
|
||||
driver: local
|
||||
chartmuseum_data:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user