[bitnami/argo-workflow-controller] Release 3.4.7-scratch-r1 (#34567)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-05-21 14:50:20 +01:00
committed by GitHub
parent 13e9d915c0
commit aca6fc0142
3 changed files with 6 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"argo-workflow-controller-3.4.7-0-linux-${OS_ARCH}-debian-11" \
"argo-workflow-controller-3.4.7-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -33,10 +33,10 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2023-04-14T01:04:10Z" \
org.opencontainers.image.created="2023-05-21T13:35:24Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.4.7-scratch-r0" \
org.opencontainers.image.ref.name="3.4.7-scratch-r1" \
org.opencontainers.image.title="argo-workflow-controller" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.4.7"

View File

@@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "3.4.7-0"
"version": "3.4.7-1"
}
}

View File

@@ -29,6 +29,8 @@ docker-compose up -d
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
* Bitnami container images are released on a regular basis with the latest distribution packages available.
Looking to use Argo Workflow Controller in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
## How to deploy Argo Workflows Controller in Kubernetes?
Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami Argo Workflows Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/argo-workflows).