mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
1.20.1-scratch-r0 release
This commit is contained in:
9
bitnami/contour-operator/1.20/scratch/Dockerfile
Normal file
9
bitnami/contour-operator/1.20/scratch/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM scratch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
USER 1001
|
||||
ENTRYPOINT [ "/contour-operator" ]
|
||||
4
bitnami/contour-operator/1.20/scratch/docker-compose.yml
Normal file
4
bitnami/contour-operator/1.20/scratch/docker-compose.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
version: '2'
|
||||
services:
|
||||
contour-operator:
|
||||
image: docker.io/bitnami/contour-operator:1.20
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"contour-operator": {
|
||||
"digest": "199abb63a464c8bc8760fef47a7c00f991ad88eb693dd6e1e393a549845b3b77",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "1.20.1"
|
||||
}
|
||||
}
|
||||
@@ -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