mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/fluxcd-helm-controller] Release 0.31.2-debian-11-r0 (#27810)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-18T21:28:08Z" \
|
||||
org.opencontainers.image.created="2023-03-20T18:49:17Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.31.1-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="0.31.2-debian-11-r0" \
|
||||
org.opencontainers.image.title="fluxcd-helm-controller" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.31.1"
|
||||
org.opencontainers.image.version="0.31.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"fluxcd-helm-controller-0.31.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"fluxcd-helm-controller-0.31.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN useradd -r -u 1001 -g root fluxcd-helm-controller
|
||||
|
||||
ENV APP_VERSION="0.31.1" \
|
||||
ENV APP_VERSION="0.31.2" \
|
||||
BITNAMI_APP_NAME="fluxcd-helm-controller" \
|
||||
PATH="/opt/bitnami/fluxcd-helm-controller/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"fluxcd-helm-controller": {
|
||||
"arch": "amd64",
|
||||
"digest": "451c97ed2c1f416104c2c86bf6345fe7a492ee7d61a392ddce7bdf60166d8eb7",
|
||||
"digest": "7dc3a4752ee6c023b7d0d7cec71c68d84aa7c83441e2da49551d9ad8d9160f7f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.31.1-1"
|
||||
"version": "0.31.2-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "0"
|
||||
- 0-debian-11
|
||||
- 0.31.1
|
||||
- 0.31.2
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user