mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
2.6.1-debian-10-r17 release
This commit is contained in:
@@ -10,19 +10,17 @@ RUN /build/bitnami-user.sh
|
||||
RUN /build/install-nami.sh
|
||||
RUN bitnami-pkg install ruby-2.6.6-2 --checksum 4a1c68af2b652fd873124ebb00ec79574007105730059539b1d3223bbea2af34
|
||||
RUN bitnami-pkg unpack postgresql-client-11.10.0-0 --checksum ad9f4e750583d0f7b02afc119c3b505fc780c0c13407983a96f2923dc7e33c3e
|
||||
RUN bitnami-pkg install git-2.30.0-0 --checksum da1ad2f9c18b54f8b382df278b29da9b2c870aae3a16783a740b0d9d28c5e0fb
|
||||
RUN bitnami-pkg install git-2.30.1-0 --checksum 7ebcf1f8694ead1a3c2c070050fbe11e957bae6cf3fbf95e5cc22a057f3ee9e7
|
||||
RUN bitnami-pkg unpack discourse-sidekiq-2.6.1-2 --checksum 0034bf97cbd9adc50441416c18a4afe4f0c217e20a85d2af2adcb9fa47521bba
|
||||
RUN bitnami-pkg install brotli-1.0.9-0 --checksum 710dd6f5c97af313d0e867e793bedc013aebe173f9c28d0fabc09a16d3100ab6
|
||||
RUN bitnami-pkg install tini-0.19.0-1 --checksum 9b1f1c095944bac88a62c1b63f3bff1bb123aa7ccd371c908c0e5b41cec2528d
|
||||
RUN bitnami-pkg install gosu-1.12.0-2 --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN bitnami-pkg unpack discourse-2.6.1-0 --checksum 07f10b20b9186a80d1679a5b6c038a6db7b65d0d215e2fc24578fad24c192e8c
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN /opt/bitnami/ruby/bin/gem install --force bundler -v '< 2'
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="discourse" \
|
||||
BITNAMI_IMAGE_VERSION="2.6.1-debian-10-r16" \
|
||||
BITNAMI_IMAGE_VERSION="2.6.1-debian-10-r17" \
|
||||
DISCOURSE_EMAIL="user@example.com" \
|
||||
DISCOURSE_HOST="discourse" \
|
||||
DISCOURSE_HOSTNAME="127.0.0.1" \
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"git": {
|
||||
"arch": "amd64",
|
||||
"digest": "da1ad2f9c18b54f8b382df278b29da9b2c870aae3a16783a740b0d9d28c5e0fb",
|
||||
"digest": "7ebcf1f8694ead1a3c2c070050fbe11e957bae6cf3fbf95e5cc22a057f3ee9e7",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.30.0-0"
|
||||
"version": "2.30.1-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# Initialize an unpacked nami module with the `nami initialize` command.
|
||||
# Command arguments can be specified as function argumnts after the module name.
|
||||
# `--log-level trace` flag is added to the command if `NAMI_DEBUG` env variable exists.
|
||||
# The log level can be overriden using the `NAMI_LOG_LEVEL` env variable.
|
||||
# The log level can be overridden using the `NAMI_LOG_LEVEL` env variable.
|
||||
#########################
|
||||
nami_initialize_one() {
|
||||
local module="${1:?module not specified}"
|
||||
|
||||
@@ -35,7 +35,7 @@ You can find the default credentials and available configuration options in the
|
||||
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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.6.1`, `2.6.1-debian-10-r16`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.6.1-debian-10-r16/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.6.1`, `2.6.1-debian-10-r17`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.6.1-debian-10-r17/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/discourse GitHub repo](https://github.com/bitnami/bitnami-docker-discourse).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user