diff --git a/bitnami/argo-workflow-controller/3/debian-11/Dockerfile b/bitnami/argo-workflow-controller/3/debian-11/Dockerfile index 2793418a9519..607eaabfebaa 100644 --- a/bitnami/argo-workflow-controller/3/debian-11/Dockerfile +++ b/bitnami/argo-workflow-controller/3/debian-11/Dockerfile @@ -36,10 +36,10 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2024-01-10T02:47:17Z" \ + org.opencontainers.image.created="2024-01-20T06:39:07Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="3.5.2-debian-11-r3" \ + org.opencontainers.image.ref.name="3.5.2-debian-11-r4" \ org.opencontainers.image.title="argo-workflow-controller" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="3.5.2" diff --git a/bitnami/argo-workflow-controller/3/debian-11/docker-compose.yml b/bitnami/argo-workflow-controller/3/debian-11/docker-compose.yml deleted file mode 100644 index d5fbb671e601..000000000000 --- a/bitnami/argo-workflow-controller/3/debian-11/docker-compose.yml +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright VMware, Inc. -# SPDX-License-Identifier: APACHE-2.0 - -version: '2' - -services: - argo-workflow-controller: - image: docker.io/bitnami/argo-workflow-controller:3 diff --git a/bitnami/argo-workflow-controller/README.md b/bitnami/argo-workflow-controller/README.md index 8eccd7aecbae..32167f2cc572 100644 --- a/bitnami/argo-workflow-controller/README.md +++ b/bitnami/argo-workflow-controller/README.md @@ -13,13 +13,6 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run -it --name argo-workflow-controller bitnami/argo-workflow-controller ``` -### Docker Compose - -```console -curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/argo-workflow-controller/docker-compose.yml > docker-compose.yml -docker-compose up -d -``` - ## Why use Bitnami Images? * Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems. @@ -81,20 +74,12 @@ Bitnami provides up-to-date versions of Argo Workflows Controller, including sec docker pull bitnami/argo-workflow-controller:latest ``` -or if you're using Docker Compose, update the value of the image property to `bitnami/argo-workflow-controller:latest`. - #### Step 2: Remove the currently running container ```console docker rm -v argo-workflow-controller ``` -or using Docker Compose: - -```console -docker-compose rm -v argo-workflow-controller -``` - #### Step 3: Run the new image Re-create your container from the new image. @@ -103,12 +88,6 @@ Re-create your container from the new image. docker run --name argo-workflow-controller bitnami/argo-workflow-controller:latest ``` -or using Docker Compose: - -```console -docker-compose up argo-workflow-controller -``` - ## Configuration ### Running commands @@ -121,6 +100,12 @@ docker run --rm --name argo-workflow-controller bitnami/argo-workflow-controller Check the [official Argo Workflows Controller documentation](https://argoproj.github.io/argo-workflows/environment-variables/#controller) 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.