2.6.3-debian-10-r11 release
This commit is contained in:
parent
c363f6f17f
commit
5f91687f6c
|
|
@ -10,7 +10,7 @@ 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.11.0-0 --checksum 648e3913acf696c24143dfca8081d22f655f6a70abc542f5daf3f3cd9aa8e2e9
|
||||
RUN bitnami-pkg install git-2.31.0-0 --checksum 2197e35576210b2ca21cc8b979e7fe9395cce511bc880fc155266d37b3514c96
|
||||
RUN bitnami-pkg install git-2.31.0-1 --checksum 0dd2867ac19a1be539a8c40f9b1290d0a53a19d7dfe3a0ca5ee57ff795d89b4a
|
||||
RUN bitnami-pkg unpack discourse-sidekiq-2.6.3-0 --checksum 570d9f57d3e3ba1e86cfdd709e60881d5aa38a693c6410ef0262bd8c1d49a7cd
|
||||
RUN bitnami-pkg install brotli-1.0.9-0 --checksum 710dd6f5c97af313d0e867e793bedc013aebe173f9c28d0fabc09a16d3100ab6
|
||||
RUN bitnami-pkg install tini-0.19.0-1 --checksum 9b1f1c095944bac88a62c1b63f3bff1bb123aa7ccd371c908c0e5b41cec2528d
|
||||
|
|
@ -20,7 +20,7 @@ RUN /opt/bitnami/ruby/bin/gem install --force bundler -v '< 2'
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="discourse" \
|
||||
BITNAMI_IMAGE_VERSION="2.6.3-debian-10-r10" \
|
||||
BITNAMI_IMAGE_VERSION="2.6.3-debian-10-r11" \
|
||||
DISCOURSE_EMAIL="user@example.com" \
|
||||
DISCOURSE_HOST="discourse" \
|
||||
DISCOURSE_HOSTNAME="127.0.0.1" \
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@
|
|||
},
|
||||
"git": {
|
||||
"arch": "amd64",
|
||||
"digest": "2197e35576210b2ca21cc8b979e7fe9395cce511bc880fc155266d37b3514c96",
|
||||
"digest": "0dd2867ac19a1be539a8c40f9b1290d0a53a19d7dfe3a0ca5ee57ff795d89b4a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.31.0-0"
|
||||
"version": "2.31.0-1"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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.3`, `2.6.3-debian-10-r10`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.6.3-debian-10-r10/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.6.3`, `2.6.3-debian-10-r11`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.6.3-debian-10-r11/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/discourse GitHub repo](https://github.com/bitnami/bitnami-docker-discourse).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue