Skip to content

Commit

Permalink
Merge branch 'bitnami:main' into openldap-add-crypt-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mistial-dev authored Oct 3, 2024
2 parents ca84e4c + c41e5dc commit 80d40ed
Show file tree
Hide file tree
Showing 709 changed files with 22,474 additions and 1,368 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
pull-requests: write
needs: get-containers
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
name: Checkout Repository
with:
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
matrix:
container: ${{ fromJSON(needs.get-containers.outputs.containers) }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
name: Checkout Repository
with:
# Full history is not required anymore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install mardownlint
run: npm install -g [email protected]
- name: Checkout project
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Execute markdownlint
env:
DIFF_URL: "${{github.event.pull_request.diff_url}}"
Expand Down
6 changes: 4 additions & 2 deletions .vib/rabbitmq/goss/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ directories:
- /opt/bitnami/rabbitmq/plugins
root_dir: /opt/bitnami
version:
bin_name: rabbitmqctl
flag: --version
# HACK: Temporary fix for RabbitMQ 4.0.1 which had an incorrect version set
# https://github.com/rabbitmq/rabbitmq-server/issues/12339
bin_name: bash
flag: -c "if [[ \"$APP_VERSION\" = \"4.0.1\" ]]; then echo 4.0.1; else rabbitmqctl --version; fi"
10 changes: 5 additions & 5 deletions bitnami/acmesolver/1/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-09-05T19:23:47Z" \
org.opencontainers.image.created="2024-10-03T14:43:51Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/acmesolver/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.15.3-debian-12-r3" \
org.opencontainers.image.ref.name="1.16.0-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/acmesolver" \
org.opencontainers.image.title="acmesolver" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="1.15.3"
org.opencontainers.image.version="1.16.0"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -28,7 +28,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"acmesolver-1.15.3-1-linux-${OS_ARCH}-debian-12" \
"acmesolver-1.16.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -45,7 +45,7 @@ RUN apt-get autoremove --purge -y curl && \
RUN chmod g+rwX /opt/bitnami
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true

ENV APP_VERSION="1.15.3" \
ENV APP_VERSION="1.16.0" \
BITNAMI_APP_NAME="acmesolver" \
PATH="/opt/bitnami/acmesolver/bin:$PATH"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.15.3-1"
"version": "1.16.0-0"
}
}
2 changes: 1 addition & 1 deletion bitnami/acmesolver/1/debian-12/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "1"
- 1-debian-12
- 1.15.3
- 1.16.0
- latest
6 changes: 3 additions & 3 deletions bitnami/airflow-exporter/0/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-09-05T19:23:25Z" \
org.opencontainers.image.created="2024-10-01T20:00:38Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/airflow-exporter/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.20220314.0-debian-12-r47" \
org.opencontainers.image.ref.name="0.20220314.0-debian-12-r48" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/airflow-exporter" \
org.opencontainers.image.title="airflow-exporter" \
org.opencontainers.image.vendor="Broadcom, Inc." \
Expand All @@ -28,7 +28,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"airflow-exporter-0.20220314.0-23-linux-${OS_ARCH}-debian-12" \
"airflow-exporter-0.20220314.0-25-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "0.20220314.0-23"
"version": "0.20220314.0-25"
}
}
12 changes: 6 additions & 6 deletions bitnami/airflow-scheduler/2/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-09-06T14:03:30Z" \
org.opencontainers.image.created="2024-09-23T13:57:55Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/airflow-scheduler/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.10.1-debian-12-r0" \
org.opencontainers.image.ref.name="2.10.2-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/airflow-scheduler" \
org.opencontainers.image.title="airflow-scheduler" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2.10.1"
org.opencontainers.image.version="2.10.2"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -29,10 +29,10 @@ RUN install_packages ca-certificates curl krb5-user libbsd0 libbz2-1.0 libcom-er
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"wait-for-port-1.0.8-4-linux-${OS_ARCH}-debian-12" \
"python-3.12.5-1-linux-${OS_ARCH}-debian-12" \
"python-3.12.6-4-linux-${OS_ARCH}-debian-12" \
"postgresql-client-16.4.0-0-linux-${OS_ARCH}-debian-12" \
"ini-file-1.4.7-4-linux-${OS_ARCH}-debian-12" \
"airflow-scheduler-2.10.1-0-linux-${OS_ARCH}-debian-12" \
"airflow-scheduler-2.10.2-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -58,7 +58,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/airflow-scheduler/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
APP_VERSION="2.10.1" \
APP_VERSION="2.10.2" \
BITNAMI_APP_NAME="airflow-scheduler" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "2.10.1-0"
"version": "2.10.2-0"
},
"ini-file": {
"arch": "amd64",
Expand All @@ -21,7 +21,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.12.5-1"
"version": "3.12.6-4"
},
"wait-for-port": {
"arch": "amd64",
Expand Down
2 changes: 1 addition & 1 deletion bitnami/airflow-scheduler/2/debian-12/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- 2-debian-12
- 2.10.1
- 2.10.2
- latest
10 changes: 5 additions & 5 deletions bitnami/airflow-worker/2/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-09-18T07:12:53Z" \
org.opencontainers.image.created="2024-09-23T15:23:23Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/airflow-worker/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.10.1-debian-12-r2" \
org.opencontainers.image.ref.name="2.10.2-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/airflow-worker" \
org.opencontainers.image.title="airflow-worker" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2.10.1"
org.opencontainers.image.version="2.10.2"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -32,7 +32,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
"python-3.12.6-4-linux-${OS_ARCH}-debian-12" \
"postgresql-client-16.4.0-0-linux-${OS_ARCH}-debian-12" \
"ini-file-1.4.7-4-linux-${OS_ARCH}-debian-12" \
"airflow-worker-2.10.1-0-linux-${OS_ARCH}-debian-12" \
"airflow-worker-2.10.2-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -58,7 +58,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/airflow-worker/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
APP_VERSION="2.10.1" \
APP_VERSION="2.10.2" \
BITNAMI_APP_NAME="airflow-worker" \
C_FORCE_ROOT="True" \
LANG="en_US.UTF-8" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "2.10.1-0"
"version": "2.10.2-0"
},
"ini-file": {
"arch": "amd64",
Expand Down
2 changes: 1 addition & 1 deletion bitnami/airflow-worker/2/debian-12/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- 2-debian-12
- 2.10.1
- 2.10.2
- latest
10 changes: 5 additions & 5 deletions bitnami/airflow/2/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-09-18T06:56:48Z" \
org.opencontainers.image.created="2024-09-23T14:06:59Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/airflow/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.10.1-debian-12-r2" \
org.opencontainers.image.ref.name="2.10.2-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/airflow" \
org.opencontainers.image.title="airflow" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2.10.1"
org.opencontainers.image.version="2.10.2"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -32,7 +32,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
"python-3.12.6-4-linux-${OS_ARCH}-debian-12" \
"postgresql-client-16.4.0-0-linux-${OS_ARCH}-debian-12" \
"ini-file-1.4.7-4-linux-${OS_ARCH}-debian-12" \
"airflow-2.10.1-0-linux-${OS_ARCH}-debian-12" \
"airflow-2.10.2-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -58,7 +58,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/airflow/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
APP_VERSION="2.10.1" \
APP_VERSION="2.10.2" \
BITNAMI_APP_NAME="airflow" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "2.10.1-0"
"version": "2.10.2-0"
},
"ini-file": {
"arch": "amd64",
Expand Down
2 changes: 1 addition & 1 deletion bitnami/airflow/2/debian-12/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- 2-debian-12
- 2.10.1
- 2.10.2
- latest
6 changes: 3 additions & 3 deletions bitnami/alertmanager/0/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-09-05T19:30:26Z" \
org.opencontainers.image.created="2024-10-01T19:43:48Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/alertmanager/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.27.0-debian-12-r22" \
org.opencontainers.image.ref.name="0.27.0-debian-12-r23" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/alertmanager" \
org.opencontainers.image.title="alertmanager" \
org.opencontainers.image.vendor="Broadcom, Inc." \
Expand All @@ -28,7 +28,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"alertmanager-0.27.0-10-linux-${OS_ARCH}-debian-12" \
"alertmanager-0.27.0-11-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "0.27.0-10"
"version": "0.27.0-11"
}
}
6 changes: 3 additions & 3 deletions bitnami/apache-exporter/1/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-09-19T17:18:57Z" \
org.opencontainers.image.created="2024-10-01T20:25:07Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/apache-exporter/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.0.9-debian-12-r0" \
org.opencontainers.image.ref.name="1.0.9-debian-12-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/apache-exporter" \
org.opencontainers.image.title="apache-exporter" \
org.opencontainers.image.vendor="Broadcom, Inc." \
Expand All @@ -28,7 +28,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"apache-exporter-1.0.9-0-linux-${OS_ARCH}-debian-12" \
"apache-exporter-1.0.9-2-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.0.9-0"
"version": "1.0.9-2"
}
}
10 changes: 5 additions & 5 deletions bitnami/apisix-dashboard/3/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-09-05T21:39:48Z" \
org.opencontainers.image.created="2024-10-01T20:26:54Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/apisix-dashboard/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.0.1-debian-12-r45" \
org.opencontainers.image.ref.name="3.0.1-debian-12-r46" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/apisix-dashboard" \
org.opencontainers.image.title="apisix-dashboard" \
org.opencontainers.image.vendor="Broadcom, Inc." \
Expand All @@ -28,9 +28,9 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"yq-4.44.3-2-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.7-3-linux-${OS_ARCH}-debian-12" \
"apisix-dashboard-3.0.1-26-linux-${OS_ARCH}-debian-12" \
"yq-4.44.3-3-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.7-4-linux-${OS_ARCH}-debian-12" \
"apisix-dashboard-3.0.1-27-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand Down
Loading

0 comments on commit 80d40ed

Please sign in to comment.