diff --git a/bitnami/charts-syncer/2/debian-12/Dockerfile b/bitnami/charts-syncer/2/debian-12/Dockerfile index 4b0c0326f0f5..2656537d4f35 100644 --- a/bitnami/charts-syncer/2/debian-12/Dockerfile +++ b/bitnami/charts-syncer/2/debian-12/Dockerfile @@ -38,9 +38,9 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2025-04-24T06:32:07Z" \ + org.opencontainers.image.created="2025-04-30T07:54:51Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ - org.opencontainers.image.ref.name="2.1.1-debian-12-r1" \ + org.opencontainers.image.ref.name="2.1.1-debian-12-r2" \ org.opencontainers.image.title="charts-syncer" \ org.opencontainers.image.vendor="Broadcom, Inc." \ org.opencontainers.image.version="2.1.1" @@ -56,4 +56,4 @@ ENV APP_VERSION="2.1.1" \ USER 1001 -CMD [ "charts-syncer" ] +ENTRYPOINT [ "charts-syncer" ] diff --git a/bitnami/charts-syncer/README.md b/bitnami/charts-syncer/README.md index 961133555135..8890383db21e 100644 --- a/bitnami/charts-syncer/README.md +++ b/bitnami/charts-syncer/README.md @@ -76,6 +76,16 @@ docker run --rm --name charts-syncer bitnami/charts-syncer:latest help Check the [official charts-syncer documentation](https://github.com/bitnami/charts-syncer?tab=readme-ov-file#configuration/) for more information about configuration options. +## Notable Changes + +### 2.1.1-debian-12-r2 + +Switched the container instructions from `CMD` to `ENTRYPOINT`. The reason for this change is for ease of use, to be aligned with the previous image and documentation was intended for the usage of `ENTRYPOINT` not `CMD`. + +### 2.1.1-debian-12-r1 + +We moved the binary from `/charts-syncer` to `/opt/bitnami/charts-syncer/bin/charts-syncer`, and added the `PATH` environment variable, so usage no longer requires adding the `/` prefix. + ## Contributing We'd love for you to contribute to this container. 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.