[bitnami/fluxcd-source-controller] Release 1.1.2-debian-11-r0 (#52792)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-11-15 12:18:25 +01:00
committed by GitHub
parent 38b10155e6
commit 8e6ca79898
5 changed files with 24 additions and 24 deletions

View File

@@ -7,11 +7,11 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-10-11T17:25:11Z" \
org.opencontainers.image.created="2023-11-15T10:45:03Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.1.2-debian-11-r0" \
org.opencontainers.image.title="fluxcd-source-controller" \
org.opencontainers.image.title="flux" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.1.2"
@@ -26,7 +26,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"fluxcd-source-controller-1.1.2-0-linux-${OS_ARCH}-debian-11" \
"flux-1.1.2-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,11 +40,11 @@ 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 useradd -r -u 1001 -g root fluxcd-source-controller
RUN useradd -r -u 1001 -g root flux
ENV APP_VERSION="1.1.2" \
BITNAMI_APP_NAME="fluxcd-source-controller" \
PATH="/opt/bitnami/fluxcd-source-controller/bin:$PATH"
BITNAMI_APP_NAME="flux" \
PATH="/opt/bitnami/flux/bin:$PATH"
USER 1001
ENTRYPOINT [ "/opt/bitnami/fluxcd-source-controller/bin/source-controller" ]
ENTRYPOINT [ "/opt/bitnami/flux/bin/source-controller" ]

View File

@@ -5,4 +5,4 @@ version: '2'
services:
fluxcd-source-controller:
image: docker.io/bitnami/fluxcd-source-controller:1
image:

View File

@@ -1,5 +1,5 @@
{
"fluxcd-source-controller": {
"flux": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",

View File

@@ -1,10 +1,10 @@
# Flux Source Controller packaged by Bitnami
# Flux packaged by Bitnami
## What is Flux Source Controller?
## What is Flux?
> Source Controller is a component of Flux. Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration.
> Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration.
[Overview of Flux Source Controller](https://github.com/fluxcd/source-controller)
[Overview of Flux](https://github.com/fluxcd/source-controller)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
@@ -22,14 +22,14 @@ 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.
* With Bitnami images the latest bug fixes and features are available as soon as possible.
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
* 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.
- Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
- With Bitnami images the latest bug fixes and features are available as soon as possible.
- Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
- All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
- 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 Flux Source Controller in production? Try [VMware Tanzu Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
Looking to use Flux in production? Try [VMware Tanzu Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
## Supported tags and respective `Dockerfile` links
@@ -41,7 +41,7 @@ Subscribe to project updates by watching the [bitnami/containers GitHub repo](ht
## Get this image
The recommended way to get the Bitnami Flux Source Controller Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/fluxcd-source-controller).
The recommended way to get the Bitnami Flux Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/fluxcd-source-controller).
```console
docker pull bitnami/fluxcd-source-controller:latest
@@ -65,7 +65,7 @@ docker build -t bitnami/APP:latest .
### Upgrade this image
Bitnami provides up-to-date versions of Flux Source Controller, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container.
Bitnami provides up-to-date versions of Flux, 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
@@ -111,7 +111,7 @@ To run commands inside this container you can use `docker run`, for example to e
docker run --rm --name fluxcd-source-controller bitnami/fluxcd-source-controller:latest --help
```
Check the [official Flux Source Controller documentation](https://github.com/fluxcd/source-controller) for more information about how to use Flux Source Controller.
Check the [official Flux documentation](https://github.com/fluxcd/source-controller) for more information about how to use Flux.
## Contributing

View File

@@ -5,4 +5,4 @@ version: '2'
services:
fluxcd-source-controller:
image: docker.io/bitnami/fluxcd-source-controller:1
image: