mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
0.3.0-debian-9-r0 release
This commit is contained in:
20
bitnami/configmap-reload/0/debian-9/Dockerfile
Normal file
20
bitnami/configmap-reload/0/debian-9/Dockerfile
Normal file
@@ -0,0 +1,20 @@
|
||||
FROM bitnami/minideb:stretch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/configmap-reload-0.3.0-0-linux-amd64-debian-9.tar.gz && \
|
||||
echo "cf7311d4806d62c85bc64b3ce08da916332812c4fa5812669c71e9d115c1074b /tmp/bitnami/pkg/cache/configmap-reload-0.3.0-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/configmap-reload-0.3.0-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/configmap-reload-0.3.0-0-linux-amd64-debian-9.tar.gz
|
||||
RUN ln -sf /opt/bitnami/configmap-reload/bin/configmap-reload /bin/configmap-reload
|
||||
|
||||
ENV BITNAMI_APP_NAME="configmap-reload" \
|
||||
BITNAMI_IMAGE_VERSION="0.3.0-debian-9-r0" \
|
||||
PATH="/opt/bitnami/configmap-reload/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
WORKDIR /opt/bitnami/configmap-reload
|
||||
USER 1001
|
||||
ENTRYPOINT [ "configmap-reload" ]
|
||||
6
bitnami/configmap-reload/0/debian-9/docker-compose.yml
Normal file
6
bitnami/configmap-reload/0/debian-9/docker-compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: '2'
|
||||
services:
|
||||
configmap-reload:
|
||||
image: bitnami/configmap-reload:0
|
||||
ports:
|
||||
- 8080:8080
|
||||
6
bitnami/configmap-reload/docker-compose.yml
Normal file
6
bitnami/configmap-reload/docker-compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: '2'
|
||||
services:
|
||||
configmap-reload:
|
||||
image: bitnami/configmap-reload:0
|
||||
ports:
|
||||
- 8080:8080
|
||||
Reference in New Issue
Block a user