Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Hale <[email protected]>
  • Loading branch information
melissa-hale authored Aug 7, 2024
2 parents 6715a06 + 65b68fe commit 4f47ffb
Show file tree
Hide file tree
Showing 289 changed files with 4,040 additions and 584 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
jq -n --arg issue '${{ github.event.pull_request.number }}' --arg state '${{ github.event.review != null && github.event.review.state || '' }}' '{"issue": {"number": $issue }, "review": { "state": $state }}' > pull_request_info.json
- name: Upload the PR info
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: pull_request_info.json
path: ./pull_request_info.json
8 changes: 4 additions & 4 deletions bitnami/argo-cd/2/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-08-06T22:05:35Z" \
org.opencontainers.image.created="2024-08-07T07:18:00Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/argo-cd/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.12.0-debian-12-r1" \
org.opencontainers.image.ref.name="2.12.0-debian-12-r2" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/argo-cd" \
org.opencontainers.image.title="argo-cd" \
org.opencontainers.image.vendor="Broadcom, Inc." \
Expand All @@ -28,8 +28,8 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl git git-lfs gnupg openssh-client procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"helm-3.15.3-0-linux-${OS_ARCH}-debian-12" \
"argo-cd-2.12.0-1-linux-${OS_ARCH}-debian-12" \
"helm-3.15.3-1-linux-${OS_ARCH}-debian-12" \
"argo-cd-2.12.0-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,12 +3,12 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "2.12.0-1"
"version": "2.12.0-2"
},
"helm": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.15.3-0"
"version": "3.15.3-1"
}
}
6 changes: 3 additions & 3 deletions bitnami/argo-workflow-cli/3/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"argo-workflows-3.5.10-1-linux-${OS_ARCH}-debian-12" \
"argo-workflows-3.5.10-2-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -36,10 +36,10 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2024-08-06T22:22:37Z" \
org.opencontainers.image.created="2024-08-07T07:01:21Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.5.10-debian-12-r1" \
org.opencontainers.image.ref.name="3.5.10-debian-12-r2" \
org.opencontainers.image.title="argo-workflow-cli" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="3.5.10"
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": "3.5.10-1"
"version": "3.5.10-2"
}
}
6 changes: 3 additions & 3 deletions bitnami/cainjector/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-07-30T13:59:14Z" \
org.opencontainers.image.created="2024-08-06T22:42:44Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cainjector/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.15.2-debian-12-r0" \
org.opencontainers.image.ref.name="1.15.2-debian-12-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cainjector" \
org.opencontainers.image.title="cainjector" \
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=( \
"cainjector-1.15.2-0-linux-${OS_ARCH}-debian-12" \
"cainjector-1.15.2-1-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.15.2-0"
"version": "1.15.2-1"
}
}
6 changes: 3 additions & 3 deletions bitnami/cert-manager-webhook/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-07-30T15:01:54Z" \
org.opencontainers.image.created="2024-08-06T22:46:44Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cert-manager-webhook/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.15.2-debian-12-r0" \
org.opencontainers.image.ref.name="1.15.2-debian-12-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cert-manager-webhook" \
org.opencontainers.image.title="cert-manager-webhook" \
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=( \
"cert-manager-webhook-1.15.2-0-linux-${OS_ARCH}-debian-12" \
"cert-manager-webhook-1.15.2-1-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.15.2-0"
"version": "1.15.2-1"
}
}
6 changes: 3 additions & 3 deletions bitnami/cert-manager/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-07-30T13:08:35Z" \
org.opencontainers.image.created="2024-08-06T22:54:56Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cert-manager/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.15.2-debian-12-r0" \
org.opencontainers.image.ref.name="1.15.2-debian-12-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cert-manager" \
org.opencontainers.image.title="cert-manager" \
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=( \
"cert-manager-1.15.2-0-linux-${OS_ARCH}-debian-12" \
"cert-manager-1.15.2-1-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.15.2-0"
"version": "1.15.2-1"
}
}
10 changes: 5 additions & 5 deletions bitnami/chainloop-artifact-cas/0/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"chainloop-artifact-cas-0.95.3-0-linux-${OS_ARCH}-debian-12" \
"chainloop-artifact-cas-0.95.4-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -36,21 +36,21 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2024-08-06T10:27:11Z" \
org.opencontainers.image.created="2024-08-07T14:53:55Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.95.3-debian-12-r0" \
org.opencontainers.image.ref.name="0.95.4-debian-12-r0" \
org.opencontainers.image.title="chainloop-artifact-cas" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="0.95.3"
org.opencontainers.image.version="0.95.4"

COPY prebuildfs /
COPY rootfs /
COPY --from=builder /opt/bitnami/chainloop/bin/artifact-cas /artifact-cas
COPY --from=builder /opt/bitnami/chainloop/.spdx-chainloop-artifact-cas.spdx /opt/bitnami/chainloop/.spdx-chainloop-artifact-cas.spdx
COPY --from=builder /opt/bitnami/chainloop/licenses /opt/bitnami/chainloop/licenses

ENV APP_VERSION="0.95.3" \
ENV APP_VERSION="0.95.4" \
BITNAMI_APP_NAME="chainloop-artifact-cas"

USER 1001
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.95.3-0"
"version": "0.95.4-0"
}
}
2 changes: 1 addition & 1 deletion bitnami/chainloop-artifact-cas/0/debian-12/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- 0-debian-12
- 0.95.3
- 0.95.4
- latest
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"atlas-0.25.0-0-linux-${OS_ARCH}-debian-12" \
"chainloop-control-plane-migrations-0.95.3-0-linux-${OS_ARCH}-debian-12" \
"atlas-0.25.0-1-linux-${OS_ARCH}-debian-12" \
"chainloop-control-plane-migrations-0.95.4-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -37,13 +37,13 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2024-08-06T10:22:51Z" \
org.opencontainers.image.created="2024-08-07T14:54:13Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.95.3-debian-12-r0" \
org.opencontainers.image.ref.name="0.95.4-debian-12-r0" \
org.opencontainers.image.title="chainloop-control-plane-migrations" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="0.95.3"
org.opencontainers.image.version="0.95.4"

COPY prebuildfs /
COPY rootfs /
Expand All @@ -54,7 +54,7 @@ COPY --from=builder /opt/bitnami/atlas/licenses /opt/bitnami/atlas/licenses
COPY --from=builder /opt/bitnami/chainloop/.spdx-chainloop-control-plane-migrations.spdx /opt/bitnami/chainloop/.spdx-chainloop-control-plane-migrations.spdx
COPY --from=builder /opt/bitnami/chainloop/licenses /opt/bitnami/chainloop/licenses

ENV APP_VERSION="0.95.3" \
ENV APP_VERSION="0.95.4" \
BITNAMI_APP_NAME="chainloop-control-plane-migrations" \
PATH="/opt/bitnami/atlas/bin:$PATH"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "0.25.0-0"
"version": "0.25.0-1"
},
"chainloop-control-plane-migrations": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "0.95.3-0"
"version": "0.95.4-0"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- 0-debian-12
- 0.95.3
- 0.95.4
- latest
10 changes: 5 additions & 5 deletions bitnami/chainloop-control-plane/0/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"chainloop-0.95.3-0-linux-${OS_ARCH}-debian-12" \
"chainloop-0.95.4-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -36,21 +36,21 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2024-08-06T10:13:28Z" \
org.opencontainers.image.created="2024-08-07T14:56:40Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.95.3-debian-12-r0" \
org.opencontainers.image.ref.name="0.95.4-debian-12-r0" \
org.opencontainers.image.title="chainloop-control-plane" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="0.95.3"
org.opencontainers.image.version="0.95.4"

COPY prebuildfs /
COPY rootfs /
COPY --from=builder /opt/bitnami/chainloop/bin/control-plane /control-plane
COPY --from=builder /opt/bitnami/chainloop/.spdx-chainloop.spdx /opt/bitnami/chainloop/.spdx-chainloop.spdx
COPY --from=builder /opt/bitnami/chainloop/licenses /opt/bitnami/chainloop/licenses

ENV APP_VERSION="0.95.3" \
ENV APP_VERSION="0.95.4" \
BITNAMI_APP_NAME="chainloop-control-plane"

USER 1001
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.95.3-0"
"version": "0.95.4-0"
}
}
2 changes: 1 addition & 1 deletion bitnami/chainloop-control-plane/0/debian-12/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- 0-debian-12
- 0.95.3
- 0.95.4
- latest
6 changes: 3 additions & 3 deletions bitnami/charts-syncer/2/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"charts-syncer-2.0.1-0-linux-${OS_ARCH}-debian-12" \
"charts-syncer-2.0.1-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -36,10 +36,10 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2024-07-25T08:44:39Z" \
org.opencontainers.image.created="2024-08-06T23:12:34Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.0.1-debian-12-r0" \
org.opencontainers.image.ref.name="2.0.1-debian-12-r1" \
org.opencontainers.image.title="charts-syncer" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2.0.1"
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": "2.0.1-0"
"version": "2.0.1-1"
}
}
8 changes: 4 additions & 4 deletions bitnami/cilium-operator/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-08-05T12:34:48Z" \
org.opencontainers.image.created="2024-08-06T23:15:33Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cilium-operator/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.16.0-debian-12-r3" \
org.opencontainers.image.ref.name="1.16.0-debian-12-r4" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cilium-operator" \
org.opencontainers.image.title="cilium-operator" \
org.opencontainers.image.vendor="Broadcom, Inc." \
Expand All @@ -28,8 +28,8 @@ 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=( \
"gops-0.3.28-4-linux-${OS_ARCH}-debian-12" \
"cilium-operator-1.16.0-2-linux-${OS_ARCH}-debian-12" \
"gops-0.3.28-5-linux-${OS_ARCH}-debian-12" \
"cilium-operator-1.16.0-3-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand Down
Loading

0 comments on commit 4f47ffb

Please sign in to comment.