mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 03:57:16 +08:00
2.0.0-scratch-r0 release
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM scratch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
USER 1001
|
||||
CMD [ "/apprepository-controller" ]
|
||||
@@ -0,0 +1,4 @@
|
||||
version: '2'
|
||||
services:
|
||||
kubeapps-apprepository-controller:
|
||||
image: docker.io/bitnami/kubeapps-apprepository-controller:2-scratch
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"kubeapps-apprepository-controller": {
|
||||
"digest": "e93a2f6782dfd12b145279148d12f09801288591fc7f49fe9499c90d09693184",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "2.0.0"
|
||||
}
|
||||
}
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user