0.12.1-rhel-7-r0 release

This commit is contained in:
Bitnami Bot
2019-02-20 12:35:00 +00:00
parent 343c30707c
commit 099f68e626
3 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
FROM registry.rhc4tp.openshift.com/bitnami/rhel-extras-7:latest
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages ca-certificates glibc libgcc libstdc++ wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jsonnet-0.12.1-0-linux-x86_64-rhel-7.tar.gz && \
echo "f25403f5e5d821f70841d2c90a45593e627883e225a87f8efbc3d80f91d8ff04 /tmp/bitnami/pkg/cache/jsonnet-0.12.1-0-linux-x86_64-rhel-7.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/jsonnet-0.12.1-0-linux-x86_64-rhel-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/jsonnet-0.12.1-0-linux-x86_64-rhel-7.tar.gz
RUN chmod +x /opt/bitnami/jsonnet/bin/jsonnet
ENV BITNAMI_APP_NAME="jsonnet" \
BITNAMI_IMAGE_VERSION="0.12.1-rhel-7-r0" \
BITNAMI_PKG_CHMOD="-R g+rwX" \
HOME="/" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/jsonnet/bin:$PATH"
USER 1001
ENTRYPOINT [ "jsonnet" ]
CMD [ "--help" ]

View File

@@ -0,0 +1,10 @@
version: '2'
services:
jsonnet:
image: bitnami/jsonnet:0.12-rhel-7
volumes:
- jsonnet_data:/bitnami
volumes:
jsonnet_data:
driver: local

View File

@@ -23,8 +23,8 @@ $ docker run --name jsonnet bitnami/jsonnet:latest
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/).
* [`0.12-rhel-7`, `0.12.1-rhel-7-r0` (0.12/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/0.12.1-rhel-7-r0/0.12/rhel-7/Dockerfile)
* [`0.12-debian-9`, `0.12.1-debian-9-r0`, `0.12`, `0.12.1`, `0.12.1-r0`, `latest` (0.12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/0.12.1-debian-9-r0/0.12/debian-9/Dockerfile)
* [`0.12-rhel-7`, `0.0.0-rhel-7-r0` (0.12/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/0.0.0-rhel-7-r0/0.12/rhel-7/Dockerfile)
* [`0.12-ol-7`, `0.0.0-ol-7-r0` (0.12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-git/blob/0.0.0-ol-7-r0/0.12/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/jsonnet GitHub repo](https://github.com/bitnami/bitnami-docker-jsonnet).