[bitnami/argo-workflow-exec] Release 3.5.4-debian-11-r1 (#54918)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2024-01-19 17:57:43 +01:00 committed by GitHub
parent 5c22e85631
commit 1ad29ab08c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 26 deletions

View File

@ -7,10 +7,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2024-01-14T06:58:03Z" \
org.opencontainers.image.created="2024-01-19T16:30:47Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.5.4-debian-11-r0" \
org.opencontainers.image.ref.name="3.5.4-debian-11-r1" \
org.opencontainers.image.title="argo-workflow-exec" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.5.4"
@ -25,7 +25,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl jq procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"kubectl-1.26.12-2-linux-${OS_ARCH}-debian-11" \
"kubectl-1.26.13-0-linux-${OS_ARCH}-debian-11" \
"argo-workflow-exec-3.5.4-0-linux-${OS_ARCH}-debian-11" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
@ -40,6 +40,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
RUN apt-get autoremove --purge -y curl && \
apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
COPY rootfs /
RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh

View File

@ -9,6 +9,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.26.12-2"
"version": "1.26.13-0"
}
}

View File

@ -10,14 +10,7 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema
## TL;DR
```console
docker run -it --name argo-workflow-exec bitnami/argo-workflow-exec
```
### Docker Compose
```console
curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/argo-workflow-exec/docker-compose.yml > docker-compose.yml
docker-compose up -d
docker run -it --name argo-workflow-exec bitnami/argo-workflow-exec:latest
```
## Why use Bitnami Images?
@ -77,20 +70,12 @@ Bitnami provides up-to-date versions of Argo Workflows Executor, including secur
docker pull bitnami/argo-workflow-exec:latest
```
or if you're using Docker Compose, update the value of the image property to `bitnami/argo-workflow-exec:latest`.
#### Step 2: Remove the currently running container
```console
docker rm -v argo-workflow-exec
```
or using Docker Compose:
```console
docker-compose rm -v argo-workflow-exec
```
#### Step 3: Run the new image
Re-create your container from the new image.
@ -99,12 +84,6 @@ Re-create your container from the new image.
docker run --name argo-workflow-exec bitnami/argo-workflow-exec:latest
```
or using Docker Compose:
```console
docker-compose up argo-workflow-exec
```
## Configuration
### Running commands
@ -117,6 +96,12 @@ docker run --rm --name argo-workflow-exec bitnami/argo-workflow-exec:latest --he
Check the [official Argo Workflows Executor documentation](https://argoproj.github.io/argo-workflows/workflow-executors/) for the list of the available parameters.
## Notable Changes
### Starting January 16, 2024
* The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes.
## Contributing
We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.