2.8.1-debian-11-r1 release
This commit is contained in:
parent
4a7f1b4e6c
commit
a4e3314311
|
|
@ -10,7 +10,7 @@ COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libpcre3 libprotobuf-dev libssl1.1 libyaml-0-2 perl procps tar zlib1g zlib1g-dev
|
RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libpcre3 libprotobuf-dev libssl1.1 libyaml-0-2 perl procps tar zlib1g zlib1g-dev
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.8.1-4" --checksum 9cf58402a7e902f739b6a39ba8aa2816a670566eae3d31d8537b37b2ee300d48
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kong" "2.8.1-5" --checksum 797f04b5c2b35d63d18b7c4c6da4a2f1d15ec13a690c85ccc46fccff82920a4b
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@
|
||||||
},
|
},
|
||||||
"kong": {
|
"kong": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "9cf58402a7e902f739b6a39ba8aa2816a670566eae3d31d8537b37b2ee300d48",
|
"digest": "797f04b5c2b35d63d18b7c4c6da4a2f1d15ec13a690c85ccc46fccff82920a4b",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.8.1-4"
|
"version": "2.8.1-5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -28,7 +28,7 @@ $ docker-compose up -d
|
||||||
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
||||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
|
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
|
||||||
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
|
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
|
||||||
* Bitnami container images are released daily with the latest distribution packages available.
|
* Bitnami container images are released on a regular basis with the latest distribution packages available.
|
||||||
|
|
||||||
## Why use a non-root container?
|
## Why use a non-root container?
|
||||||
|
|
||||||
|
|
@ -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/tutorials/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/tutorials/understand-rolling-tags-containers/).
|
||||||
|
|
||||||
|
|
||||||
* [`2`, `2-debian-11`, `2.8.1`, `2.8.1-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/2.8.1-debian-11-r0/2/debian-11/Dockerfile)
|
* [`2`, `2-debian-11`, `2.8.1`, `2.8.1-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/2.8.1-debian-11-r1/2/debian-11/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/kong GitHub repo](https://github.com/bitnami/bitnami-docker-kong).
|
Subscribe to project updates by watching the [bitnami/kong GitHub repo](https://github.com/bitnami/bitnami-docker-kong).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue