Skip to content

Commit

Permalink
Merge branch 'bitnami:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pckhoi authored Dec 26, 2024
2 parents 6e4d2a6 + e38b605 commit 3d7115e
Show file tree
Hide file tree
Showing 296 changed files with 810 additions and 621 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
with:
name: pull_request_info.json
path: ./pull_request_info.json
4 changes: 2 additions & 2 deletions .vib/flink/goss/flink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

command:
check-flink-jobmanager-run:
exec: timeout --preserve-status 5 jobmanager.sh start-foreground
timeout: 8000
exec: timeout --preserve-status 20 jobmanager.sh start-foreground
timeout: 30000
exit-status: 143
stdout:
- "Rest endpoint listening"
Expand Down
3 changes: 2 additions & 1 deletion .vib/grafana/goss/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ binaries:
root_dir: /opt/bitnami
version:
# HACK: Fix for Grafana X.Y.Z+security-N releases
# HACK: https://github.com/grafana/grafana/issues/98169
bin_name: bash
flag: -c "if [[ \"$APP_VERSION\" =~ -[0-9]+ ]]; then echo "$(grafana --version|awk '{ print $NF }')-${APP_VERSION#*-}"; else grafana --version|awk '{ print $NF }'; fi"
flag: -c "if [[ \"$APP_VERSION\" = \"11.4.0\" ]]; then echo 11.4.0; elif [[ \"$APP_VERSION\" =~ -[0-9]+ ]]; then echo "$(grafana --version|awk '{ print $NF }')-${APP_VERSION#*-}"; else grafana --version|awk '{ print $NF }'; fi"
files:
- mode: "0664"
paths:
Expand Down
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Any type of contribution is welcome: new features, bug fixes, documentation impr
1. Fork this repository, develop, and test your changes.
2. Submit a pull request.

***NOTE***: To make the Pull Requests' (PRs) testing and merging process easier, please submit changes to multiple containers in separate PRs.
> [!NOTE]
> To make the Pull Requests' (PRs) testing and merging process easier, please submit changes to multiple containers in separate PRs.
### Requirements

Expand All @@ -22,7 +23,7 @@ When submitting a PR make sure that:

#### Sign Your Work

The sign-off is a simple line at the end of the explanation for a commit. All commits needs to be signed. Your signature certifies that you wrote the patch or otherwise have the right to contribute the material. The rules are pretty simple, you only need to certify the guidelines from [developercertificate.org](https://developercertificate.org/).
The sign-off is a simple line at the end of the explanation for a commit. All commits need to be signed. Your signature certifies that you wrote the patch or otherwise have the right to contribute the material. The rules are pretty simple, you only need to certify the guidelines from [developercertificate.org](https://developercertificate.org/).

Then you just add a line to every git commit message:

Expand All @@ -49,10 +50,11 @@ Notice the `Author` and `Signed-off-by` lines match. If they don't your PR will

### PR Approval and Release Process

1. Changes are manually reviewed by Bitnami team members usually within a business day.
1. Changes are manually reviewed by Bitnami team members.
2. The changes are automatically tested using our GitHub CI workflow.
3. Once the changes are accepted, the PR is tested (if needed) into the internal Bitnami CI pipeline. This may include testing both container and any associated Helm Chart.
3. Once the changes are accepted, the PR is tested (if needed) in the internal Bitnami CI pipeline. This may include testing both the container and any associated Helm Chart.
4. The PR is merged by the reviewer(s) in the GitHub `main` branch.
5. Then our CI/CD system is going to push the container image to the different registries including the recently merged changes.

***NOTE***: Please note that, in terms of time, may be a slight difference between the appearance of the code in GitHub and the image with the changes in the different registries.
> [!NOTE]
> Please note that, in terms of time, there may be a slight difference between the appearance of the code in GitHub and the image with the changes in the different registries.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM
docker build -t bitnami/APP .
```

> [!TIP]
> Remember to replace the `APP`, `VERSION`, and `OPERATING-SYSTEM` placeholders in the example command above with the correct values.
## Run the application using Docker Compose
Expand All @@ -57,6 +58,7 @@ curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/APP/
docker-compose up -d
```

> [!TIP]
> Remember to replace the `APP` placeholder in the example command above with the correct value.
## Announcing General Availability of Bitnami Premium
Expand Down
4 changes: 3 additions & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ This guide will focus on the `verify` phase section, of which there are some thi

* A container's testing phase will usually include a single `goss` testing action, followed by additional security-related actions.

> NOTE: Some containers with per-branch ARM support use separate per-branch `vib-verify.json` pipelines. Remember to replicate changes performed on the main pipeline definition file to those pipelines.
> [!NOTE]
> Some containers with per-branch ARM support use separate per-branch `vib-verify.json` pipelines. Remember to replicate changes performed on the main pipeline definition file to those pipelines.
## Testing strategy

Expand Down Expand Up @@ -133,6 +134,7 @@ For your test code PR to be accepted the following criteria must be fulfilled:

For VIB to execute GOSS tests, the following block of code needs to be defined in the corresponding [VIB pipeline definition file](#vib-pipeline-definition-file) (`/.vib/app/vib-verify.json`).

> [!NOTE]
> Values denoted withing dollar signs (`$$VALUE$$`) should be treated as placeholders
```json
Expand Down
12 changes: 6 additions & 6 deletions bitnami/appsmith/1/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,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-12-11T10:15:33Z" \
org.opencontainers.image.created="2024-12-25T14:51:37Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/appsmith/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.52.0-debian-12-r0" \
org.opencontainers.image.ref.name="1.54.0-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/appsmith" \
org.opencontainers.image.title="appsmith" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="1.52.0"
org.opencontainers.image.version="1.54.0"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -34,9 +34,9 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
"wait-for-port-1.0.8-8-linux-${OS_ARCH}-debian-12" \
"node-20.18.1-1-linux-${OS_ARCH}-debian-12" \
"nginx-1.27.3-0-linux-${OS_ARCH}-debian-12" \
"mongodb-shell-2.3.4-0-linux-${OS_ARCH}-debian-12" \
"mongodb-shell-2.3.7-0-linux-${OS_ARCH}-debian-12" \
"java-17.0.13-12-1-linux-${OS_ARCH}-debian-12" \
"appsmith-1.52.0-0-linux-${OS_ARCH}-debian-12" \
"appsmith-1.54.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -55,7 +55,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
COPY rootfs /
RUN /opt/bitnami/scripts/nginx/postunpack.sh
RUN /opt/bitnami/scripts/appsmith/postunpack.sh
ENV APP_VERSION="1.52.0" \
ENV APP_VERSION="1.54.0" \
BITNAMI_APP_NAME="appsmith" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \
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": "1.52.0-0"
"version": "1.54.0-0"
},
"java": {
"arch": "amd64",
Expand All @@ -15,7 +15,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "2.3.4-0"
"version": "2.3.7-0"
},
"nginx": {
"arch": "amd64",
Expand Down
2 changes: 1 addition & 1 deletion bitnami/appsmith/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.52.0
- 1.54.0
- latest
6 changes: 3 additions & 3 deletions bitnami/aspnet-core/8/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,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-11-25T00:26:53Z" \
org.opencontainers.image.created="2024-12-23T13:33:23Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/aspnet-core/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="8.0.11-debian-12-r4" \
org.opencontainers.image.ref.name="8.0.11-debian-12-r5" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/aspnet-core" \
org.opencontainers.image.title="aspnet-core" \
org.opencontainers.image.vendor="Broadcom, Inc." \
Expand All @@ -26,7 +26,7 @@ ENV HOME="/app" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl git libcap2-bin libgcc-s1 libicu-dev liblttng-ust-dev libsqlite3-dev libssl-dev libstdc++6 pkg-config procps unzip wget zlib1g
RUN install_packages ca-certificates curl libcap2-bin libgcc-s1 libicu-dev liblttng-ust-dev libstdc++6 procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"aspnet-core-8.0.11-0-linux-${OS_ARCH}-debian-12" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ print_image_welcome_page() {
log ""
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
log "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
log "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
log "Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit ${BOLD}https://bitnami.com/enterprise${RESET}"
log "Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami/ for more information."
log ""
}
10 changes: 5 additions & 5 deletions bitnami/attu/2/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,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-11-20T11:08:12Z" \
org.opencontainers.image.created="2024-12-20T11:40:52Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/attu/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.4.12-debian-12-r0" \
org.opencontainers.image.ref.name="2.4.12-debian-12-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/attu" \
org.opencontainers.image.title="attu" \
org.opencontainers.image.vendor="Broadcom, Inc." \
Expand All @@ -26,11 +26,11 @@ ENV HOME="/" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi8 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl3 libstdc++6 libtinfo6 libtirpc3 procps zlib1g
RUN install_packages ca-certificates curl libbz2-1.0 libffi8 libgcc-s1 liblzma5 libncursesw6 libreadline8 libsqlite3-0 libssl3 libstdc++6 libtinfo6 procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"python-3.12.7-4-linux-${OS_ARCH}-debian-12" \
"node-22.11.0-1-linux-${OS_ARCH}-debian-12" \
"python-3.13.1-0-linux-${OS_ARCH}-debian-12" \
"node-22.12.0-0-linux-${OS_ARCH}-debian-12" \
"attu-2.4.12-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "22.11.0-1"
"version": "22.12.0-0"
},
"python": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.12.7-4"
"version": "3.13.1-0"
}
}
12 changes: 6 additions & 6 deletions bitnami/aws-cli/2/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,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-12-03T21:59:42Z" \
org.opencontainers.image.created="2024-12-18T21:02:34Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/aws-cli/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.22.10-debian-12-r0" \
org.opencontainers.image.ref.name="2.22.20-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/aws-cli" \
org.opencontainers.image.title="aws-cli" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2.22.10"
org.opencontainers.image.version="2.22.20"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -29,8 +29,8 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl groff-base libbz2-1.0 libcom-err2 libcrypt1 libffi8 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl3 libtinfo6 libtirpc3 procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"python-3.11.10-13-linux-${OS_ARCH}-debian-12" \
"aws-cli-2.22.10-0-linux-${OS_ARCH}-debian-12" \
"python-3.11.11-0-linux-${OS_ARCH}-debian-12" \
"aws-cli-2.22.20-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -47,7 +47,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="2.22.10" \
ENV APP_VERSION="2.22.20" \
AWS_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt" \
BITNAMI_APP_NAME="aws-cli" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/aws-cli/bin:/opt/bitnami/aws-cli/venv/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": "2.22.10-0"
"version": "2.22.20-0"
},
"python": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.11.10-13"
"version": "3.11.11-0"
}
}
2 changes: 1 addition & 1 deletion bitnami/aws-cli/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.22.10
- 2.22.20
- latest
6 changes: 3 additions & 3 deletions bitnami/azure-cli/2/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,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-11-19T10:58:37Z" \
org.opencontainers.image.created="2024-12-19T11:43:34Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/azure-cli/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.67.0-debian-12-r0" \
org.opencontainers.image.ref.name="2.67.0-debian-12-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/azure-cli" \
org.opencontainers.image.title="azure-cli" \
org.opencontainers.image.vendor="Broadcom, Inc." \
Expand All @@ -29,7 +29,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi8 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl3 libtinfo6 libtirpc3 procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"python-3.12.7-4-linux-${OS_ARCH}-debian-12" \
"python-3.12.8-0-linux-${OS_ARCH}-debian-12" \
"azure-cli-2.67.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.12.7-4"
"version": "3.12.8-0"
}
}
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 @@ -15,7 +15,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.143.0-0-linux-${OS_ARCH}-debian-12" \
"chainloop-artifact-cas-0.147.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -38,21 +38,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-12-16T19:41:35Z" \
org.opencontainers.image.created="2024-12-20T12:44:02Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.143.0-debian-12-r0" \
org.opencontainers.image.ref.name="0.147.0-debian-12-r0" \
org.opencontainers.image.title="chainloop-artifact-cas" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="0.143.0"
org.opencontainers.image.version="0.147.0"

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.143.0" \
ENV APP_VERSION="0.147.0" \
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.143.0-0"
"version": "0.147.0-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.143.0
- 0.147.0
- latest
Loading

0 comments on commit 3d7115e

Please sign in to comment.