8.6.10-debian-10-r19 release
This commit is contained in:
parent
ca5dfbdb8e
commit
22fcbffba6
|
|
@ -8,19 +8,19 @@ ENV OS_ARCH="amd64" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbsd0 libbz2-1.0 libc6 libcom-err2 libcurl4 libexpat1 libffi6 libfftw3-double3 libfontconfig1 libfreetype6 libgcc1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed4 libicu63 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 libmemcached11 libmemcachedutil2 libncurses6 libncursesw6 libnettle6 libnghttp2-14 libonig5 libp11-kit0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline7 librtmp1 libsasl2-2 libsodium23 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 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.12-11" --checksum 18529e5433b2ff7007527ec2fa5b608cb6432e27ec3e6a9f3ab94fcdb7586475
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.1-5" --checksum 83e4dfd2ee7752a054f4965a4d21dc34ccb735782ee3fe3a2091a18fdbc94732
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.18.2-0" --checksum 5753bbbe5052000888c24ef8c918cfc45577878b03cc4dcfe7d53ea562a48e5a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-4" --checksum 53c0f1a5361a68c298f31f6701c8e8a026e77f09805d54ecfeb52cf5998d7d06
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "8.6.10-2" --checksum ca9830a3fa9d351e242b9e72b862ba71a02318a5544bd1570be09514621fad3a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-12" --checksum c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.1-6" --checksum 7f3c110ff62e5b0a97ba3f2049e0e005e7cd3afe81e86a76f17fc38b4d547d51
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.18.2-1" --checksum d71d3e408243a79aa4f4b1513fbb31ad3e3ecb6d40f1a5fa884ac355d64188d8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-5" --checksum 1e34030c18f0ec2467fa5f1b1fbad24add217f671c3a61628f7b8671391f9676
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "laravel" "8.6.10-3" --checksum 14bcaaa0f492537aa45e2d768fcc7c4fa38355957d51fd9059a6a2dcc7679e8f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN /build/bitnami-user.sh
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/laravel/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/php/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="laravel" \
|
||||
BITNAMI_IMAGE_VERSION="8.6.10-debian-10-r18" \
|
||||
BITNAMI_IMAGE_VERSION="8.6.10-debian-10-r19" \
|
||||
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/node/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
PHP_ENABLE_OPCACHE="0"
|
||||
|
|
|
|||
|
|
@ -1,44 +1,44 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e",
|
||||
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-0"
|
||||
"version": "1.14.0-1"
|
||||
},
|
||||
"laravel": {
|
||||
"arch": "amd64",
|
||||
"digest": "ca9830a3fa9d351e242b9e72b862ba71a02318a5544bd1570be09514621fad3a",
|
||||
"digest": "14bcaaa0f492537aa45e2d768fcc7c4fa38355957d51fd9059a6a2dcc7679e8f",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.6.10-2"
|
||||
"version": "8.6.10-3"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "5753bbbe5052000888c24ef8c918cfc45577878b03cc4dcfe7d53ea562a48e5a",
|
||||
"digest": "d71d3e408243a79aa4f4b1513fbb31ad3e3ecb6d40f1a5fa884ac355d64188d8",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "14.18.2-0"
|
||||
"version": "14.18.2-1"
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
"digest": "83e4dfd2ee7752a054f4965a4d21dc34ccb735782ee3fe3a2091a18fdbc94732",
|
||||
"digest": "7f3c110ff62e5b0a97ba3f2049e0e005e7cd3afe81e86a76f17fc38b4d547d51",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.1-5"
|
||||
"version": "8.1.1-6"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "18529e5433b2ff7007527ec2fa5b608cb6432e27ec3e6a9f3ab94fcdb7586475",
|
||||
"digest": "c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.12-11"
|
||||
"version": "3.8.12-12"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
"digest": "53c0f1a5361a68c298f31f6701c8e8a026e77f09805d54ecfeb52cf5998d7d06",
|
||||
"digest": "1e34030c18f0ec2467fa5f1b1fbad24add217f671c3a61628f7b8671391f9676",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.1-4"
|
||||
"version": "1.0.1-5"
|
||||
}
|
||||
}
|
||||
|
|
@ -37,7 +37,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/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-10`, `8.6.10`, `8.6.10-debian-10-r18`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/8.6.10-debian-10-r18/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.6.10`, `8.6.10-debian-10-r19`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/8.6.10-debian-10-r19/8/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/laravel GitHub repo](https://github.com/bitnami/bitnami-docker-laravel).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue