Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Oct 3, 2023
2 parents 5903edb + 5cbbbdd commit 6f9589c
Show file tree
Hide file tree
Showing 44 changed files with 88 additions and 81 deletions.
6 changes: 3 additions & 3 deletions bitnami/argo-workflow-cli/3/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SHELL ["/bin/bash", "-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.4.11-0-linux-${OS_ARCH}-debian-11" \
"argo-workflows-3.4.11-1-linux-${OS_ARCH}-debian-11" \
) && \
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:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2023-10-02T06:57:09Z" \
org.opencontainers.image.created="2023-10-03T04:44:34Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.4.11-debian-11-r23" \
org.opencontainers.image.ref.name="3.4.11-debian-11-r24" \
org.opencontainers.image.title="argo-workflow-cli" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.4.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "3.4.11-0"
"version": "3.4.11-1"
}
}
6 changes: 3 additions & 3 deletions bitnami/argo-workflow-exec/3/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-02T03:31:38Z" \
org.opencontainers.image.created="2023-10-03T04:36:08Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.4.11-debian-11-r23" \
org.opencontainers.image.ref.name="3.4.11-debian-11-r24" \
org.opencontainers.image.title="argo-workflow-exec" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.4.11"
Expand All @@ -26,7 +26,7 @@ RUN install_packages ca-certificates curl jq procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"kubectl-1.26.9-0-linux-${OS_ARCH}-debian-11" \
"argo-workflow-exec-3.4.11-0-linux-${OS_ARCH}-debian-11" \
"argo-workflow-exec-3.4.11-1-linux-${OS_ARCH}-debian-11" \
) && \
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,7 +3,7 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "3.4.11-0"
"version": "3.4.11-1"
},
"kubectl": {
"arch": "amd64",
Expand Down
6 changes: 3 additions & 3 deletions bitnami/blackbox-exporter/0/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-29T18:53:05Z" \
org.opencontainers.image.created="2023-10-03T07:36:24Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.24.0-debian-11-r132" \
org.opencontainers.image.ref.name="0.24.0-debian-11-r135" \
org.opencontainers.image.title="blackbox-exporter" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.24.0"
Expand All @@ -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=( \
"blackbox-exporter-0.24.0-4-linux-${OS_ARCH}-debian-11" \
"blackbox-exporter-0.24.0-5-linux-${OS_ARCH}-debian-11" \
) && \
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-11",
"type": "NAMI",
"version": "0.24.0-4"
"version": "0.24.0-5"
}
}
4 changes: 2 additions & 2 deletions bitnami/deepspeed/0/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-30T02:54:22Z" \
org.opencontainers.image.created="2023-10-02T08:19:23Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.10.3-debian-11-r17" \
org.opencontainers.image.ref.name="0.10.3-debian-11-r19" \
org.opencontainers.image.title="deepspeed" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.10.3"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/envoy/1.27/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-27T18:29:24Z" \
org.opencontainers.image.created="2023-09-30T19:18:05Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.27.0-debian-11-r27" \
org.opencontainers.image.ref.name="1.27.0-debian-11-r28" \
org.opencontainers.image.title="envoy" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.27.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-27T11:21:09Z" \
org.opencontainers.image.created="2023-09-30T12:02:00Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.36.1-debian-11-r1" \
org.opencontainers.image.ref.name="0.36.1-debian-11-r2" \
org.opencontainers.image.title="fluxcd-image-automation-controller" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.36.1"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/ghost/5/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-29T22:13:53Z" \
org.opencontainers.image.created="2023-10-02T00:11:28Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="5.66.0-debian-11-r0" \
org.opencontainers.image.ref.name="5.66.0-debian-11-r2" \
org.opencontainers.image.title="ghost" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="5.66.0"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/gitea/1/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-29T02:28:35Z" \
org.opencontainers.image.created="2023-10-02T06:15:20Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.20.4-debian-11-r20" \
org.opencontainers.image.ref.name="1.20.4-debian-11-r23" \
org.opencontainers.image.title="gitea" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.20.4"
Expand Down
12 changes: 6 additions & 6 deletions bitnami/grafana-image-renderer/3/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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-09-30T04:18:16Z" \
org.opencontainers.image.created="2023-10-03T09:02:10Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.8.2-debian-11-r8" \
org.opencontainers.image.ref.name="3.8.3-debian-11-r0" \
org.opencontainers.image.title="grafana-image-renderer" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.8.2"
org.opencontainers.image.version="3.8.3"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -27,8 +27,8 @@ RUN install_packages ca-certificates chromium curl fonts-freefont-ttf fonts-ipaf
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"python-3.9.18-2-linux-${OS_ARCH}-debian-11" \
"node-16.20.2-1-linux-${OS_ARCH}-debian-11" \
"grafana-image-renderer-3.8.2-0-linux-${OS_ARCH}-debian-11" \
"node-18.18.0-0-linux-${OS_ARCH}-debian-11" \
"grafana-image-renderer-3.8.3-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -44,7 +44,7 @@ RUN apt-get autoremove --purge -y curl && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

ENV APP_VERSION="3.8.2" \
ENV APP_VERSION="3.8.3" \
BITNAMI_APP_NAME="grafana-image-renderer" \
HTTP_HOST="0.0.0.0" \
HTTP_PORT="8080" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "3.8.2-0"
"version": "3.8.3-0"
},
"node": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "16.20.2-1"
"version": "18.18.0-0"
},
"python": {
"arch": "amd64",
Expand Down
2 changes: 1 addition & 1 deletion bitnami/grafana-image-renderer/3/debian-11/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "3"
- 3-debian-11
- 3.8.2
- 3.8.3
- latest
4 changes: 2 additions & 2 deletions bitnami/grafana-loki/2/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-28T17:14:56Z" \
org.opencontainers.image.created="2023-10-01T18:54:25Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.9.1-debian-11-r15" \
org.opencontainers.image.ref.name="2.9.1-debian-11-r18" \
org.opencontainers.image.title="grafana-loki" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.9.1"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/grafana-tempo/2/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-29T08:13:29Z" \
org.opencontainers.image.created="2023-10-02T10:28:04Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.2.3-debian-11-r16" \
org.opencontainers.image.ref.name="2.2.3-debian-11-r19" \
org.opencontainers.image.title="grafana-tempo" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.2.3"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/grafana/10/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-30T01:02:30Z" \
org.opencontainers.image.created="2023-10-02T02:03:40Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="10.1.4-debian-11-r0" \
org.opencontainers.image.ref.name="10.1.4-debian-11-r2" \
org.opencontainers.image.title="grafana" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="10.1.4"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/jenkins/2/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ 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-09-29T17:45:13Z" \
org.opencontainers.image.created="2023-10-01T19:48:07Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.414.2-debian-11-r10" \
org.opencontainers.image.ref.name="2.414.2-debian-11-r12" \
org.opencontainers.image.title="jenkins" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.414.2"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/kapacitor/1/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-28T05:34:28Z" \
org.opencontainers.image.created="2023-10-01T12:15:14Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.7.0-debian-11-r16" \
org.opencontainers.image.ref.name="1.7.0-debian-11-r17" \
org.opencontainers.image.title="kapacitor" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.7.0"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/kubectl/1.26/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-27T10:25:33Z" \
org.opencontainers.image.created="2023-09-30T10:52:57Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.26.9-debian-11-r13" \
org.opencontainers.image.ref.name="1.26.9-debian-11-r14" \
org.opencontainers.image.title="kubectl" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.26.9"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/kubectl/1.28/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-29T02:59:37Z" \
org.opencontainers.image.created="2023-10-02T07:04:14Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.28.2-debian-11-r8" \
org.opencontainers.image.ref.name="1.28.2-debian-11-r11" \
org.opencontainers.image.title="kubectl" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.28.2"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/mariadb-galera/10.6/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-27T22:58:51Z" \
org.opencontainers.image.created="2023-09-30T23:31:23Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="10.6.15-debian-11-r42" \
org.opencontainers.image.ref.name="10.6.15-debian-11-r43" \
org.opencontainers.image.title="mariadb-galera" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="10.6.15"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/metallb-controller/0/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-29T13:26:00Z" \
org.opencontainers.image.created="2023-10-01T14:58:37Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.13.11-debian-11-r23" \
org.opencontainers.image.ref.name="0.13.11-debian-11-r25" \
org.opencontainers.image.title="metallb-controller" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.13.11"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/mongodb-sharded/7.0/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-30T02:17:13Z" \
org.opencontainers.image.created="2023-10-02T03:06:24Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="7.0.2-debian-11-r0" \
org.opencontainers.image.ref.name="7.0.2-debian-11-r2" \
org.opencontainers.image.title="mongodb-sharded" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.0.2"
Expand Down
4 changes: 2 additions & 2 deletions bitnami/mongodb/7.0/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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-09-30T04:09:54Z" \
org.opencontainers.image.created="2023-10-02T07:12:27Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="7.0.2-debian-11-r0" \
org.opencontainers.image.ref.name="7.0.2-debian-11-r2" \
org.opencontainers.image.title="mongodb" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.0.2"
Expand Down
Loading

0 comments on commit 6f9589c

Please sign in to comment.