mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
[bitnami/fluxcd-image-reflector-controller] Release 1.1.0-debian-12-r2 (#91300)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2026-02-19T01:29:32Z" \
|
org.opencontainers.image.created="2026-03-06T04:51:51Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-image-reflector-controller/README.md" \
|
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-image-reflector-controller/README.md" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-image-reflector-controller" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-image-reflector-controller" \
|
||||||
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"fluxcd-image-reflector-controller-1.1.0-0-linux-${OS_ARCH}-debian-12" \
|
"fluxcd-image-reflector-controller-1.1.0-1-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -47,7 +47,7 @@ RUN uninstall_packages curl
|
|||||||
|
|
||||||
ENV APP_VERSION="1.1.0" \
|
ENV APP_VERSION="1.1.0" \
|
||||||
BITNAMI_APP_NAME="fluxcd-image-reflector-controller" \
|
BITNAMI_APP_NAME="fluxcd-image-reflector-controller" \
|
||||||
IMAGE_REVISION="1" \
|
IMAGE_REVISION="2" \
|
||||||
PATH="/opt/bitnami/fluxcd-image-reflector-controller/bin:$PATH"
|
PATH="/opt/bitnami/fluxcd-image-reflector-controller/bin:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# Bitnami Secure Image for Flux Image Reflector Controller
|
# Bitnami Secure Image for Flux Image Reflector Controller
|
||||||
|
|
||||||
## What is Flux Image Reflector Controller?
|
|
||||||
|
|
||||||
> Image Reflector Controller is a component of Flux. Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration.
|
> Image Reflector Controller is a component of Flux. Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration.
|
||||||
|
|
||||||
[Overview of Flux Image Reflector Controller](https://github.com/fluxcd/image-reflector-controller)
|
[Overview of Flux Image Reflector Controller](https://github.com/fluxcd/image-reflector-controller)
|
||||||
@@ -57,34 +55,10 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM
|
|||||||
docker build -t bitnami/APP:latest .
|
docker build -t bitnami/APP:latest .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Maintenance
|
|
||||||
|
|
||||||
### Upgrade this image
|
|
||||||
|
|
||||||
Bitnami provides up-to-date versions of Flux Image Reflector Controller, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container.
|
|
||||||
|
|
||||||
#### Step 1: Get the updated image
|
|
||||||
|
|
||||||
```console
|
|
||||||
docker pull bitnami/fluxcd-image-reflector-controller:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Step 2: Remove the currently running container
|
|
||||||
|
|
||||||
```console
|
|
||||||
docker rm -v fluxcd-image-reflector-controller
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Step 3: Run the new image
|
|
||||||
|
|
||||||
Re-create your container from the new image.
|
|
||||||
|
|
||||||
```console
|
|
||||||
docker run --name fluxcd-image-reflector-controller bitnami/fluxcd-image-reflector-controller:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
The following section describes how to run commands
|
||||||
|
|
||||||
### Running commands
|
### Running commands
|
||||||
|
|
||||||
To run commands inside this container you can use `docker run`, for example to execute `image-reflector-controller --help` you can follow the example below:
|
To run commands inside this container you can use `docker run`, for example to execute `image-reflector-controller --help` you can follow the example below:
|
||||||
|
|||||||
Reference in New Issue
Block a user