[bitnami/laravel] Release 9.3.5-debian-11-r1 (#4372)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
03867472d2
commit
7dfa7372da
|
|
@ -5,7 +5,7 @@ ENV OS_ARCH="amd64" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="9.3.5-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="9.3.5-debian-11-r1" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/laravel" \
|
||||
org.opencontainers.image.title="laravel" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -15,12 +15,12 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl git gzip libbrotli1 libbsd0 libbz2-1.0 libc6 libcom-err2 libcrypt1 libcurl4 libexpat1 libffi7 libfftw3-double3 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2 liblqr-1-0 libltdl7 liblzma5 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmd0 libmemcached11 libncursesw6 libnettle8 libnghttp2-14 libnsl2 libonig5 libp11-kit0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline8 librtmp1 libsasl2-2 libsodium23 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 libtirpc3 libunistring2 libuuid1 libwebp6 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxslt1.1 libzip4 procps sqlite3 sudo tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-165" --checksum 2bf41f60dccdcf65842d993083c2dcb27ab48a8a514fdeb1778e9b09f3e4a203
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.9-4" --checksum b91ccc390048e92e6ab5449327fc0915512f5db2d0ad62771e4d5c90bc6422b9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.20.0-2" --checksum 127f7b97bd46468ce62bc5cd9868371ca2c4c1e7201f6271a309b34a17b97d90
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-153" --checksum 8c8e324ab6e7b7d76b4655182d6ea5f6550edfc9e32bec92228e678c26fc8b16
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "9.3.5-0" --checksum e50972e4bddd616f8781f2df8223eadce59297c88888fcfa7d369661fd524bc6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-166" --checksum 9a5fba755f6c8d60eacc80f366f3fbaa57d003913e48c31ba337037bb69e37b3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.9-5" --checksum 511bbc7f388310840fc8dafd79b24c3d6a17e7af39e1063c9f363f9add495097
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.20.0-3" --checksum 49946e0443d8f479f296c79589fea205126b6f6faa6b4474e5dd713b36d8167c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-154" --checksum 74a09c2208af7316f32ee3ee8479d70b20ad54f1a989e84b6417e23c1f07c147
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "9.3.5-1" --checksum bc0712b45a5e11942fcf7b0d61d851373c85d3dfda87bad10652561aee899eb2
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-154" --checksum e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN /build/bitnami-user.sh
|
||||
|
|
|
|||
|
|
@ -1,44 +1,44 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449",
|
||||
"digest": "e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-153"
|
||||
"version": "1.14.0-154"
|
||||
},
|
||||
"laravel": {
|
||||
"arch": "amd64",
|
||||
"digest": "e50972e4bddd616f8781f2df8223eadce59297c88888fcfa7d369661fd524bc6",
|
||||
"digest": "bc0712b45a5e11942fcf7b0d61d851373c85d3dfda87bad10652561aee899eb2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.3.5-0"
|
||||
"version": "9.3.5-1"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "127f7b97bd46468ce62bc5cd9868371ca2c4c1e7201f6271a309b34a17b97d90",
|
||||
"digest": "49946e0443d8f479f296c79589fea205126b6f6faa6b4474e5dd713b36d8167c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.20.0-2"
|
||||
"version": "14.20.0-3"
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
"digest": "b91ccc390048e92e6ab5449327fc0915512f5db2d0ad62771e4d5c90bc6422b9",
|
||||
"digest": "511bbc7f388310840fc8dafd79b24c3d6a17e7af39e1063c9f363f9add495097",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.9-4"
|
||||
"version": "8.1.9-5"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "2bf41f60dccdcf65842d993083c2dcb27ab48a8a514fdeb1778e9b09f3e4a203",
|
||||
"digest": "9a5fba755f6c8d60eacc80f366f3fbaa57d003913e48c31ba337037bb69e37b3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.13-165"
|
||||
"version": "3.8.13-166"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
"digest": "8c8e324ab6e7b7d76b4655182d6ea5f6550edfc9e32bec92228e678c26fc8b16",
|
||||
"digest": "74a09c2208af7316f32ee3ee8479d70b20ad54f1a989e84b6417e23c1f07c147",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.3-153"
|
||||
"version": "1.0.3-154"
|
||||
}
|
||||
}
|
||||
|
|
@ -34,7 +34,7 @@ $ docker-compose up
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`9`, `9-debian-11`, `9.3.5`, `9.3.5-debian-11-r0`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/laravel/9/debian-11/Dockerfile)
|
||||
* [`9`, `9-debian-11`, `9.3.5`, `9.3.5-debian-11-r1`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/laravel/9/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue