2.0.0-scratch-r0 release
This commit is contained in:
parent
a60cc5d575
commit
4bbb3bd2c8
|
|
@ -0,0 +1,9 @@
|
|||
FROM scratch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
USER 1001
|
||||
CMD [ "/asset-syncer" ]
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
version: '2'
|
||||
services:
|
||||
kubeapps-asset-syncer:
|
||||
image: docker.io/bitnami/kubeapps-asset-syncer:2-scratch
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"kubeapps-asset-syncer": {
|
||||
"digest": "a24ce0a724c25af1c188a7c2c465f855c29a26e67d9232e5d7a01272969354f7",
|
||||
"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-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
|
||||
|
|
|
|||
Loading…
Reference in New Issue