2.0.0-scratch-r0 release

This commit is contained in:
Bitnami Bot
2020-09-24 14:11:32 +00:00
parent 0e24a2120e
commit 08f3968e93
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 [ "/apprepository-controller" ]

View File

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

View File

@@ -0,0 +1,7 @@
{
"kubeapps-apprepository-controller": {
"digest": "e93a2f6782dfd12b145279148d12f09801288591fc7f49fe9499c90d09693184",
"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

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-apprepository-controller/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-apprepository-controller/blob/1.11.3-scratch-r2/1/scratch/Dockerfile)
# Configuration