Remove deprecated branch 1
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
parent
9d27780a0e
commit
655a5d187d
|
|
@ -1,11 +0,0 @@
|
|||
FROM scratch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
USER 1001
|
||||
CMD [ "/assetsvc" ]
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
version: '2'
|
||||
services:
|
||||
kubeapps-assetsvc:
|
||||
image: docker.io/bitnami/kubeapps-assetsvc:1-scratch
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"kubeapps-assetsvc": {
|
||||
"digest": "406cb9b7df1ce02a96588f2ca9184b00514d46535a4f59d6771b45c719876016",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "1.11.3"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
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
|
||||
Loading…
Reference in New Issue