mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 00:37:57 +08:00
3.11.7-debian-11-r8 release
This commit is contained in:
committed by
Bitnami Containers
parent
14a57ba776
commit
f24cee8595
@@ -1,6 +1,4 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
@@ -10,6 +8,7 @@ ARG EXTRA_LOCALES=""
|
||||
ARG WITH_ALL_LOCALES="no"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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 libedit2 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 libmcrypt4 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 locales procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "7.4.30-150" --checksum 036d6748844efb2b3809b39c4e5bf0f75fcf167e226297699d72d13583c7bcde
|
||||
|
||||
@@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`4`, `4-debian-11`, `4.0.1`, `4.0.1-debian-11-r6`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/4.0.1-debian-11-r6/4/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.11.7`, `3.11.7-debian-11-r7` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.11.7-debian-11-r7/3/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.11.7`, `3.11.7-debian-11-r8` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.11.7-debian-11-r8/3/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/moodle GitHub repo](https://github.com/bitnami/bitnami-docker-moodle).
|
||||
|
||||
@@ -372,7 +372,7 @@ To use `EXTRA_LOCALES`, you have two options:
|
||||
```yaml
|
||||
moodle:
|
||||
...
|
||||
# image: 'bitnami/moodle:3' # remove this line !
|
||||
# image: 'bitnami/moodle:4' # remove this line !
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
@@ -381,7 +381,7 @@ To use `EXTRA_LOCALES`, you have two options:
|
||||
...
|
||||
```
|
||||
|
||||
* For manual execution, clone the repository and run the following command inside the `3/debian-10` directory:
|
||||
* For manual execution, clone the repository and run the following command inside the `4/debian-11` directory:
|
||||
|
||||
```console
|
||||
$ docker build -t bitnami/moodle:latest --build-arg EXTRA_LOCALES="fr_FR.UTF-8 UTF-8, de_DE.UTF-8 UTF-8, it_IT.UTF-8 UTF-8, es_ES.UTF-8 UTF-8" .
|
||||
@@ -398,7 +398,7 @@ To use `WITH_ALL_LOCALES`, you have two options:
|
||||
```yaml
|
||||
moodle:
|
||||
...
|
||||
# image: 'bitnami/moodle:3' # remove this line !
|
||||
# image: 'bitnami/moodle:4' # remove this line !
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
@@ -407,7 +407,7 @@ To use `WITH_ALL_LOCALES`, you have two options:
|
||||
...
|
||||
```
|
||||
|
||||
* For manual execution, clone the repository and run the following command inside the `3/debian-10` directory:
|
||||
* For manual execution, clone the repository and run the following command inside the `4/debian-11` directory:
|
||||
|
||||
```console
|
||||
$ docker build -t bitnami/moodle:latest --build-arg WITH_ALL_LOCALES=yes .
|
||||
@@ -561,7 +561,6 @@ Here is an example of extending the image with the following modifications:
|
||||
|
||||
```Dockerfile
|
||||
FROM bitnami/moodle
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
## Install 'vim'
|
||||
RUN install_packages vim
|
||||
|
||||
Reference in New Issue
Block a user