mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
2.3.3-debian-10-r28 release
This commit is contained in:
@@ -16,7 +16,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/kong/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="kong" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.3-debian-10-r27" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.3-debian-10-r28" \
|
||||
PATH="/opt/bitnami/kong/bin:/opt/bitnami/kong/openresty/bin:/opt/bitnami/kong/openresty/luajit/bin:/opt/bitnami/kong/openresty/nginx/sbin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 8000 8001 8443 8444
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgresql:
|
||||
image: docker.io/bitnami/postgresql:11-debian-10
|
||||
image: docker.io/bitnami/postgresql:11
|
||||
volumes:
|
||||
- postgresql_data:/bitnami/postgresql
|
||||
environment:
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- POSTGRESQL_PASSWORD=bitnami
|
||||
- POSTGRESQL_DATABASE=kong
|
||||
kong:
|
||||
image: docker.io/bitnami/kong:2-debian-10
|
||||
image: docker.io/bitnami/kong:2
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 8443:8443
|
||||
|
||||
@@ -106,5 +106,5 @@ indent() {
|
||||
for ((i = 0; i < num; i++)); do
|
||||
indent_unit="${indent_unit}${char}"
|
||||
done
|
||||
echo "$string" | sed "s/^/${indent_unit}/"
|
||||
echo "${string//^/${indent_unit}}"
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
# Functions
|
||||
########################
|
||||
# Gets semantic version
|
||||
# Gets semantic version
|
||||
# Arguments:
|
||||
# $1 - version: string to extract major.minor.patch
|
||||
# $2 - section: 1 to extract major, 2 to extract minor, 3 to extract patch
|
||||
@@ -38,7 +38,7 @@ get_sematic_version () {
|
||||
done
|
||||
|
||||
local number_regex='^[0-9]+$'
|
||||
if [[ "$section" =~ $number_regex ]] && (( $section > 0 )) && (( $section <= 3 )); then
|
||||
if [[ "$section" =~ $number_regex ]] && (( section > 0 )) && (( section <= 3 )); then
|
||||
echo "${version_sections[$section]}"
|
||||
return
|
||||
else
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Bitnami Kong library
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
|
||||
# Load generic libraries
|
||||
. /opt/bitnami/scripts/libfs.sh
|
||||
|
||||
@@ -37,7 +37,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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.3.3`, `2.3.3-debian-10-r27`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/2.3.3-debian-10-r27/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.3.3`, `2.3.3-debian-10-r28`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong/blob/2.3.3-debian-10-r28/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kong GitHub repo](https://github.com/bitnami/bitnami-docker-kong).
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgresql:
|
||||
image: docker.io/bitnami/postgresql:11-debian-10
|
||||
image: docker.io/bitnami/postgresql:11
|
||||
volumes:
|
||||
- postgresql_data:/bitnami/postgresql
|
||||
environment:
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- POSTGRESQL_PASSWORD=bitnami
|
||||
- POSTGRESQL_DATABASE=kong
|
||||
kong:
|
||||
image: docker.io/bitnami/kong:2-debian-10
|
||||
image: docker.io/bitnami/kong:2
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 8443:8443
|
||||
|
||||
Reference in New Issue
Block a user