2.0.0-scratch-r0 release
This commit is contained in:
parent
c8d205eea5
commit
b79710c9bc
|
|
@ -0,0 +1,9 @@
|
||||||
|
FROM scratch
|
||||||
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||||
|
|
||||||
|
COPY prebuildfs /
|
||||||
|
|
||||||
|
COPY rootfs /
|
||||||
|
|
||||||
|
USER 1001
|
||||||
|
CMD [ "/kubeops" ]
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
version: '2'
|
||||||
|
services:
|
||||||
|
kubeapps-kubeops:
|
||||||
|
image: docker.io/bitnami/kubeapps-kubeops:2-scratch
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"kubeapps-kubeops": {
|
||||||
|
"digest": "610021a19fe66f023f1e38e88fa9ea5d440b77089eeee4543eb48498f92c06bf",
|
||||||
|
"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
|
|
@ -33,6 +33,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/).
|
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-kubeops/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-kubeops/blob/1.11.3-scratch-r2/1/scratch/Dockerfile)
|
* [`1`, `1-scratch`, `1.11.3`, `1.11.3-scratch-r2`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-kubeops/blob/1.11.3-scratch-r2/1/scratch/Dockerfile)
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue