2.0.0-scratch-r0 release

This commit is contained in:
Bitnami Bot 2020-09-24 14:09:59 +00:00
parent a60cc5d575
commit 4bbb3bd2c8
6 changed files with 3888 additions and 0 deletions

View File

@ -0,0 +1,9 @@
FROM scratch
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY prebuildfs /
COPY rootfs /
USER 1001
CMD [ "/asset-syncer" ]

View File

@ -0,0 +1,4 @@
version: '2'
services:
kubeapps-asset-syncer:
image: docker.io/bitnami/kubeapps-asset-syncer:2-scratch

View File

@ -0,0 +1,7 @@
{
"kubeapps-asset-syncer": {
"digest": "a24ce0a724c25af1c188a7c2c465f855c29a26e67d9232e5d7a01272969354f7",
"type": "BLACKSMITH",
"version": "2.0.0"
}
}

View File

@ -0,0 +1,3 @@
Bitnami containers ship with software bundles. You can find the licenses under:
/opt/bitnami/nami/COPYING
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt

File diff suppressed because it is too large Load Diff

View File

@ -34,6 +34,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/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-scratch`, `2.0.0`, `2.0.0-scratch-r0` (2/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-asset-syncer/blob/2.0.0-scratch-r0/2/scratch/Dockerfile)
* [`1`, `1-scratch`, `1.11.3`, `1.11.3-scratch-r2`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-asset-syncer/blob/1.11.3-scratch-r2/1/scratch/Dockerfile)
# Configuration