mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
1.2.0-ol-7-r42 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM bitnami/oraclelinux-extras:7-r71 as buildenv
|
FROM bitnami/oraclelinux-extras:7-r73 as buildenv
|
||||||
|
|
||||||
RUN install_packages ca-certificates wget
|
RUN install_packages ca-certificates wget
|
||||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-1.2.0-9-linux-x86_64-ol-7.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-1.2.0-9-linux-x86_64-ol-7.tar.gz && \
|
||||||
@@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||||||
|
|
||||||
##################
|
##################
|
||||||
|
|
||||||
FROM bitnami/oraclelinux-extras:7-r71
|
FROM bitnami/oraclelinux-extras:7-r73
|
||||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||||
|
|
||||||
COPY --from=buildenv /opt/bitnami/nats /opt/bitnami/nats
|
COPY --from=buildenv /opt/bitnami/nats /opt/bitnami/nats
|
||||||
ENV BITNAMI_APP_NAME="nats" \
|
ENV BITNAMI_APP_NAME="nats" \
|
||||||
BITNAMI_IMAGE_VERSION="1.2.0-ol-7-r41" \
|
BITNAMI_IMAGE_VERSION="1.2.0-ol-7-r42" \
|
||||||
PATH="/opt/bitnami/nats/bin:$PATH"
|
PATH="/opt/bitnami/nats/bin:$PATH"
|
||||||
|
|
||||||
RUN install_packages curl
|
RUN install_packages curl
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/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/containers/how-to/understand-rolling-tags-containers/).
|
||||||
|
|
||||||
|
|
||||||
* [`1-ol-7`, `1.2.0-ol-7-r41` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-ol-7-r41/1/ol-7/Dockerfile)
|
* [`1-ol-7`, `1.2.0-ol-7-r42` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-ol-7-r42/1/ol-7/Dockerfile)
|
||||||
* [`1-debian-9`, `1.2.0-debian-9-r49`, `1`, `1.2.0`, `1.2.0-r49`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-9-r49/1/Dockerfile)
|
* [`1-debian-9`, `1.2.0-debian-9-r49`, `1`, `1.2.0`, `1.2.0-r49`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/1.2.0-debian-9-r49/1/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).
|
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).
|
||||||
|
|||||||
Reference in New Issue
Block a user