[bitnami/sealed-secrets] Release 0.22.0-scratch-r1 (#40926)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
da284f5dc1
commit
fee0f733ff
|
|
@ -35,10 +35,10 @@ ARG TARGETARCH
|
|||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-06-15T11:46:35Z" \
|
||||
org.opencontainers.image.created="2023-07-13T13:16:25Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.22.0-scratch-r0" \
|
||||
org.opencontainers.image.ref.name="0.22.0-scratch-r1" \
|
||||
org.opencontainers.image.title="sealed-secrets" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.22.0"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
services:
|
||||
myapp:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
services:
|
||||
myapp:
|
||||
|
|
|
|||
Loading…
Reference in New Issue