1.10.1-debian-10-r36 release

This commit is contained in:
Bitnami Bot
2020-03-26 17:03:01 +00:00
parent fad448cc1c
commit 37c2b96046
4 changed files with 42 additions and 4 deletions

View File

@@ -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="" \

View File

@@ -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

View File

@@ -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

View File

@@ -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