mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
0.11.0-scratch-r0 release
This commit is contained in:
9
bitnami/kube-rbac-proxy/0/scratch/Dockerfile
Normal file
9
bitnami/kube-rbac-proxy/0/scratch/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM scratch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
USER 1001
|
||||
ENTRYPOINT [ "/kube-rbac-proxy" ]
|
||||
4
bitnami/kube-rbac-proxy/0/scratch/docker-compose.yml
Normal file
4
bitnami/kube-rbac-proxy/0/scratch/docker-compose.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
version: '2'
|
||||
services:
|
||||
kube-rbac-proxy:
|
||||
image: docker.io/bitnami/kube-rbac-proxy:0
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"kube-rbac-proxy": {
|
||||
"digest": "c07b11f4d51fc87b8310fed03b11b11df4bc243d9753d90ed44a7e324d0b18f7",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "0.11.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
Reference in New Issue
Block a user