mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
9.1.10-debian-11-r1 release
This commit is contained in:
committed by
Bitnami Containers
parent
0fa6466601
commit
46129f7ae9
@@ -9,7 +9,7 @@ COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl 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-2" --checksum 79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.6-2" --checksum 06717d832d009a18d51c463e688da8c1ff5238968ab813f0815e92db92c0d7f6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.7-0" --checksum 23f8e06041e1215731e7c6edf82909e70be22a2f950e7dc7edf47e5225033599
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.3-0" --checksum 97cffecfb637e5758197e4eb14d50b42048768eba242da4b534f1d8bacbd6958
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-0" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "9.1.10-0" --checksum ec575b06966189ea556caf09de85796a4cced435dcb89fb6f853dd6f40f879a4
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
"digest": "06717d832d009a18d51c463e688da8c1ff5238968ab813f0815e92db92c0d7f6",
|
||||
"digest": "23f8e06041e1215731e7c6edf82909e70be22a2f950e7dc7edf47e5225033599",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.6-2"
|
||||
"version": "8.1.7-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -27,14 +27,14 @@ $ docker-compose up
|
||||
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
|
||||
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
* Bitnami container images are released on a regular basis with the latest distribution packages available.
|
||||
|
||||
## Supported tags and respective `Dockerfile` links
|
||||
|
||||
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.1.10`, `9.1.10-debian-11-r0`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.10-debian-11-r0/9/debian-11/Dockerfile)
|
||||
* [`9`, `9-debian-11`, `9.1.10`, `9.1.10-debian-11-r1`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/9.1.10-debian-11-r1/9/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/laravel GitHub repo](https://github.com/bitnami/bitnami-docker-laravel).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user