mirror of
https://github.com/bitnami/containers.git
synced 2026-02-28 15:37:26 +08:00
0.4.7-debian-10-r14 release
This commit is contained in:
@@ -9,10 +9,10 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libgeoip1 libpcre3 libssl1.1 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "qatengine" "0.6.10-3" --checksum 0781383fe77dead1d8801765eecbfa7ec4ad91c03c2812499b304d992c38a21d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-6" --checksum 81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx-intel" "0.4.7-5" --checksum 8d69c20cfd76565726e64acd0471840dba0a39d020a104e82d744b7864c6f79b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "qatengine" "0.6.10-4" --checksum 836d03c752fb56154bc354af34cc29d49bdeaf178fe76a4f2c6b306bc117fef1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-7" --checksum ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx-intel" "0.4.7-6" --checksum 26c48cc07a81601d0d97a96ddde6d22c51b8a07063e29fa158b39c0510541d1c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -23,7 +23,7 @@ COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/qatengine/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="nginx-intel" \
|
||||
BITNAMI_IMAGE_VERSION="0.4.7-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="0.4.7-debian-10-r14" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:$PATH"
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
|
||||
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-3"
|
||||
"version": "1.14.0-4"
|
||||
},
|
||||
"nginx-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "8d69c20cfd76565726e64acd0471840dba0a39d020a104e82d744b7864c6f79b",
|
||||
"digest": "26c48cc07a81601d0d97a96ddde6d22c51b8a07063e29fa158b39c0510541d1c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.4.7-5"
|
||||
"version": "0.4.7-6"
|
||||
},
|
||||
"qatengine": {
|
||||
"arch": "amd64",
|
||||
"digest": "0781383fe77dead1d8801765eecbfa7ec4ad91c03c2812499b304d992c38a21d",
|
||||
"digest": "836d03c752fb56154bc354af34cc29d49bdeaf178fe76a4f2c6b306bc117fef1",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.6.10-3"
|
||||
"version": "0.6.10-4"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
"digest": "81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326",
|
||||
"digest": "ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.1-6"
|
||||
"version": "1.0.1-7"
|
||||
}
|
||||
}
|
||||
@@ -56,7 +56,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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-10`, `0.4.7`, `0.4.7-debian-10-r13`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx-intel/blob/0.4.7-debian-10-r13/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.4.7`, `0.4.7-debian-10-r14`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx-intel/blob/0.4.7-debian-10-r14/0/debian-10/Dockerfile)
|
||||
|
||||
## Get this image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user