mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
2.7.8-debian-10-r22 release
This commit is contained in:
@@ -18,14 +18,14 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.17.6-0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.33.0-0" --checksum fd9a3245580fef6248f778efeba0a017675424f15ff16ace42c095496e4f02f3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "brotli" "1.0.9-0" --checksum 710dd6f5c97af313d0e867e793bedc013aebe173f9c28d0fabc09a16d3100ab6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "discourse" "2.7.8-0" --checksum eaccd4829a67ad41c719598f9c4bbe4317ae4eb27084138eb4fdea0b408c7628
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "discourse" "2.7.8-1" --checksum 2b7ab1304798610d0f9b16ded4111c8152a361f53396c7c65975455f3a98f18b
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN /opt/bitnami/ruby/bin/gem install --force bundler -v '< 2'
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/discourse/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="discourse" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.8-debian-10-r21" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.8-debian-10-r22" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/ruby/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/git/bin:/opt/bitnami/brotli/bin:$PATH" \
|
||||
POSTGRESQL_CLIENT_CREATE_DATABASE_NAME="" \
|
||||
POSTGRESQL_CLIENT_CREATE_DATABASE_PASSWORD="" \
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"discourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "eaccd4829a67ad41c719598f9c4bbe4317ae4eb27084138eb4fdea0b408c7628",
|
||||
"digest": "2b7ab1304798610d0f9b16ded4111c8152a361f53396c7c65975455f3a98f18b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.8-0"
|
||||
"version": "2.7.8-1"
|
||||
},
|
||||
"git": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -31,7 +31,7 @@ $ docker-compose up -d
|
||||
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.7.8`, `2.7.8-debian-10-r21`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.7.8-debian-10-r21/2/debian-10/Dockerfile)
|
||||
- [`2`, `2-debian-10`, `2.7.8`, `2.7.8-debian-10-r22`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.7.8-debian-10-r22/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