8.10.1-debian-10-r0 release
This commit is contained in:
parent
432c3a7bfe
commit
92acb16ed3
|
|
@ -10,14 +10,14 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 lsof netcat-traditional procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.302-0" --checksum 59c0b7440797c7110c76959dbbce5235359b52adf62f99218b2718c04f2d67b6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "solr" "8.10.0-0" --checksum 83c2cbadd29e62b3032853433f454a2a487a1038f026418155e2e9bf2175d20b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "solr" "8.10.1-0" --checksum 52fc821e1ed034d8c9d435c0ef2db7f525cdc1dec7240b49e3ebaacc065e65af
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/solr/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="solr" \
|
||||
BITNAMI_IMAGE_VERSION="8.10.0-debian-10-r6" \
|
||||
BITNAMI_IMAGE_VERSION="8.10.1-debian-10-r0" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 8983
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"solr": {
|
||||
"arch": "amd64",
|
||||
"digest": "83c2cbadd29e62b3032853433f454a2a487a1038f026418155e2e9bf2175d20b",
|
||||
"digest": "52fc821e1ed034d8c9d435c0ef2db7f525cdc1dec7240b49e3ebaacc065e65af",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.10.0-0"
|
||||
"version": "8.10.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -36,7 +36,7 @@ You can find the available configuration options in the [Environment Variables](
|
|||
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`, `8-debian-10`, `8.10.0`, `8.10.0-debian-10-r6`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.10.0-debian-10-r6/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.10.1`, `8.10.1-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.10.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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue