8.6.1-debian-10-r0 release
This commit is contained in:
parent
2eb7df4954
commit
52c0012b4b
|
|
@ -12,14 +12,14 @@ RUN /build/bitnami-user.sh
|
||||||
RUN /build/install-nami.sh
|
RUN /build/install-nami.sh
|
||||||
RUN bitnami-pkg install java-1.8.265-0 --checksum 6c85e8df954fca444f2471195524db015ec24a67e42f43579401f2adb5189cb8
|
RUN bitnami-pkg install java-1.8.265-0 --checksum 6c85e8df954fca444f2471195524db015ec24a67e42f43579401f2adb5189cb8
|
||||||
RUN bitnami-pkg install tini-0.19.0-0 --checksum 9a8ae20be31a518f042fcec359f2cf35bfdb4e2a56f2fa8ff9ef2ecaf45da80c
|
RUN bitnami-pkg install tini-0.19.0-0 --checksum 9a8ae20be31a518f042fcec359f2cf35bfdb4e2a56f2fa8ff9ef2ecaf45da80c
|
||||||
RUN bitnami-pkg unpack solr-8.6.0-1 --checksum 9eff6d03a868fa435d1a1c06ae4963e707bc1112276d36381f7028b27b10debd
|
RUN bitnami-pkg unpack solr-8.6.1-0 --checksum cb3fbfe3afec34ee0b9cb0b4aee9c9818d448af134d95fcc108b81bfb5dd6ab2
|
||||||
RUN bitnami-pkg install gosu-1.12.0-1 --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c
|
RUN bitnami-pkg install gosu-1.12.0-1 --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
ENV BITNAMI_APP_NAME="solr" \
|
ENV BITNAMI_APP_NAME="solr" \
|
||||||
BITNAMI_IMAGE_VERSION="8.6.0-debian-10-r15" \
|
BITNAMI_IMAGE_VERSION="8.6.1-debian-10-r0" \
|
||||||
NAMI_PREFIX="/.nami" \
|
NAMI_PREFIX="/.nami" \
|
||||||
OS_ARCH="amd64" \
|
OS_ARCH="amd64" \
|
||||||
OS_FLAVOUR="debian-10" \
|
OS_FLAVOUR="debian-10" \
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,10 @@
|
||||||
},
|
},
|
||||||
"solr": {
|
"solr": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "9eff6d03a868fa435d1a1c06ae4963e707bc1112276d36381f7028b27b10debd",
|
"digest": "cb3fbfe3afec34ee0b9cb0b4aee9c9818d448af134d95fcc108b81bfb5dd6ab2",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "8.6.0-1"
|
"version": "8.6.1-0"
|
||||||
},
|
},
|
||||||
"tini": {
|
"tini": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,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/).
|
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-debian-10`, `8.6.0-debian-10-r15`, `8`, `8.6.0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.6.0-debian-10-r15/8/debian-10/Dockerfile)
|
* [`8-debian-10`, `8.6.1-debian-10-r0`, `8`, `8.6.1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.6.1-debian-10-r0/8/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).
|
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue