[bitnami/osclass] Release 8.1.1-debian-11-r0 (#23930)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
013a399f63
commit
a88a8046c4
|
|
@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.0.2-debian-11-r86" \
|
||||
org.opencontainers.image.ref.name="8.1.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/osclass" \
|
||||
org.opencontainers.image.title="osclass" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.0.2"
|
||||
org.opencontainers.image.version="8.1.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -27,7 +27,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"mysql-client-10.6.12-0-linux-${OS_ARCH}-debian-11" \
|
||||
"libphp-8.0.27-3-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"osclass-8.0.2-156-linux-${OS_ARCH}-debian-11" \
|
||||
"osclass-8.1.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -51,7 +51,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/osclass/postunpack.sh
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APP_VERSION="8.0.2" \
|
||||
APP_VERSION="8.1.1" \
|
||||
BITNAMI_APP_NAME="osclass" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,10 +29,10 @@
|
|||
},
|
||||
"osclass": {
|
||||
"arch": "amd64",
|
||||
"digest": "54d91b01b7164471b2ce95d4f1f89a289491f27dbe90a5b416139fc09bc4a848",
|
||||
"digest": "2293dc40b44466d73151d247617bf087f2082f23ebc297c78228f591f67261e0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.0.2-156"
|
||||
"version": "8.1.1-0"
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "8"
|
||||
- 8-debian-11
|
||||
- 8.0.2
|
||||
- 8.1.1
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue