8.1.2-debian-11-r0 release
This commit is contained in:
parent
e7529e88fb
commit
3e4f2ce4dc
|
|
@ -9,11 +9,11 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates cron curl gzip libaudit1 libbrotli1 libbsd0 libbz2-1.0 libc6 libcap-ng0 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 libncurses6 libnettle8 libnghttp2-14 libonig5 libp11-kit0 libpam0g libpcre2-8-0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline8 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 tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.0.19-2" --checksum d38fb355bfac2af98f7020f09a6421bfeaaf4ec34aaeaccaf398aca1dd0984ed
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.0.19-3" --checksum f5efd4a0d34dec3ca4d78c6e00300015ff319edbf574467a81ee9c95bc4d241a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.53-2" --checksum 7e1ba6846eaf9acc3b97ee6b6768383c337d4bcdb39a863affb83b6e16d8c332
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-0" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.19-0" --checksum 59403ecc805686d0719f0284bd8c42329616c16a5dc4a7ff5ac009f857522fe3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "suitecrm" "8.1.1-0" --checksum bb715d3e0a14413231bb187cab6d5962993a37470609b8ad18833aeb3385d62a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "suitecrm" "8.1.2-0" --checksum ba3ac5a0c9ef60748ce73a541c9d3495a695ce075e14c70ef7c78b97d28b53df
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-1" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
@ -29,7 +29,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/suitecrm/postunpack.sh
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APP_VERSION="8.1.1" \
|
||||
APP_VERSION="8.1.2" \
|
||||
BITNAMI_APP_NAME="suitecrm" \
|
||||
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 @@
|
|||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
"digest": "d38fb355bfac2af98f7020f09a6421bfeaaf4ec34aaeaccaf398aca1dd0984ed",
|
||||
"digest": "f5efd4a0d34dec3ca4d78c6e00300015ff319edbf574467a81ee9c95bc4d241a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.0.19-2"
|
||||
"version": "8.0.19-3"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -43,9 +43,9 @@
|
|||
},
|
||||
"suitecrm": {
|
||||
"arch": "amd64",
|
||||
"digest": "bb715d3e0a14413231bb187cab6d5962993a37470609b8ad18833aeb3385d62a",
|
||||
"digest": "ba3ac5a0c9ef60748ce73a541c9d3495a695ce075e14c70ef7c78b97d28b53df",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.1-0"
|
||||
"version": "8.1.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -30,14 +30,14 @@ $ docker-compose up -d
|
|||
|
||||
Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami SuiteCRM Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/suitecrm).
|
||||
|
||||
Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters.
|
||||
Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters.
|
||||
|
||||
## 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/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-11`, `8.1.1`, `8.1.1-debian-11-r0`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-suitecrm/blob/8.1.1-debian-11-r0/8/debian-11/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.1.2`, `8.1.2-debian-11-r0`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-suitecrm/blob/8.1.2-debian-11-r0/8/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.12.6`, `7.12.6-debian-11-r0` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-suitecrm/blob/7.12.6-debian-11-r0/7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/suitecrm GitHub repo](https://github.com/bitnami/bitnami-docker-suitecrm).
|
||||
|
|
|
|||
Loading…
Reference in New Issue