[bitnami/magento] Release 2.4.5-debian-11-r23 (#10510)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b22343b3be
commit
29765cd842
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.4.5-p1-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="2.4.5-debian-11-r23" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/magento" \
|
||||
org.opencontainers.image.title="magento" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.4.5-p1"
|
||||
org.opencontainers.image.version="2.4.5"
|
||||
|
||||
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.10-1-linux-${OS_ARCH}-debian-11" \
|
||||
"libphp-8.1.11-1-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.3-154-linux-${OS_ARCH}-debian-11" \
|
||||
"magento-2.4.5-p1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"magento-2.4.5-13-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -53,7 +53,7 @@ RUN /opt/bitnami/scripts/magento/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APP_VERSION="2.4.5-p1" \
|
||||
APP_VERSION="2.4.5" \
|
||||
BITNAMI_APP_NAME="magento" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/magento/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@
|
|||
},
|
||||
"magento": {
|
||||
"arch": "amd64",
|
||||
"digest": "d16e98049fc754ac9ce55b69b4f1b8e8467a3691d3666a752c42a8012e79597a",
|
||||
"digest": "70a40d667d8d796c96424e84be92d4aac064efe9cbc2a0bf3718fa2d3354e4bb",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.5-p1-0"
|
||||
"version": "2.4.5-13"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.4.5-p1"
|
||||
- "2.4.5"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -629,7 +629,7 @@ Based on the extended image, you can update the [`docker-compose.yml`](https://g
|
|||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
||||
## Issues
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue