diff --git a/bitnami/kong/3/debian-12/Dockerfile b/bitnami/kong/3/debian-12/Dockerfile index 7116ebaba3c2..51a0b062998c 100644 --- a/bitnami/kong/3/debian-12/Dockerfile +++ b/bitnami/kong/3/debian-12/Dockerfile @@ -7,10 +7,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-02-27T11:27:13Z" \ + org.opencontainers.image.created="2024-02-27T12:54:08Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="3.6.0-debian-12-r1" \ + org.opencontainers.image.ref.name="3.6.0-debian-12-r2" \ org.opencontainers.image.title="kong" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="3.6.0" diff --git a/bitnami/kong/3/debian-12/rootfs/opt/bitnami/scripts/kong-env.sh b/bitnami/kong/3/debian-12/rootfs/opt/bitnami/scripts/kong-env.sh index 55616a611691..9357a10801e3 100644 --- a/bitnami/kong/3/debian-12/rootfs/opt/bitnami/scripts/kong-env.sh +++ b/bitnami/kong/3/debian-12/rootfs/opt/bitnami/scripts/kong-env.sh @@ -55,13 +55,13 @@ unset kong_env_vars # Paths export KONG_BASE_DIR="${BITNAMI_ROOT_DIR}/kong" -export KONG_PREFIX="${KONG_BASE_DIR}" export KONG_CONF_DIR="${KONG_BASE_DIR}/conf" export KONG_DEFAULT_CONF_DIR="${KONG_BASE_DIR}/conf.default" export KONG_CONF_FILE="${KONG_CONF_DIR}/kong.conf" export KONG_DEFAULT_CONF_FILE="${KONG_CONF_DIR}/kong.conf.default" export KONG_INITSCRIPTS_DIR="/docker-entrypoint-initdb.d" export KONG_SERVER_DIR="${KONG_BASE_DIR}/server" +export KONG_PREFIX="${KONG_SERVER_DIR}" export KONG_DEFAULT_SERVER_DIR="${KONG_BASE_DIR}/server.default" export KONG_LOGS_DIR="${KONG_BASE_DIR}/logs" export PATH="${KONG_BASE_DIR}/bin:${KONG_BASE_DIR}/openresty/bin:${KONG_BASE_DIR}/openresty/nginx/sbin:${KONG_BASE_DIR}/luarocks/bin:${PATH}" diff --git a/bitnami/kong/README.md b/bitnami/kong/README.md index 9555d9f56d56..01b92af1e1cd 100644 --- a/bitnami/kong/README.md +++ b/bitnami/kong/README.md @@ -114,13 +114,13 @@ We can launch another containers using the same flag (`--network NETWORK`) in th | Name | Description | Value | |---------------------------|-------------------------------------------------------|--------------------------------------| | `KONG_BASE_DIR` | Kong installation directory. | `${BITNAMI_ROOT_DIR}/kong` | -| `KONG_PREFIX` | Kong installation directory. | `${KONG_BASE_DIR}` | | `KONG_CONF_DIR` | Kong configuration directory. | `${KONG_BASE_DIR}/conf` | | `KONG_DEFAULT_CONF_DIR` | Kong configuration directory. | `${KONG_BASE_DIR}/conf.default` | | `KONG_CONF_FILE` | Kong configuration file. | `${KONG_CONF_DIR}/kong.conf` | | `KONG_DEFAULT_CONF_FILE` | Kong default configuration file. | `${KONG_CONF_DIR}/kong.conf.default` | | `KONG_INITSCRIPTS_DIR` | Kong directory for init scripts. | `/docker-entrypoint-initdb.d` | | `KONG_SERVER_DIR` | Directory where Kong Openresty instance is created. | `${KONG_BASE_DIR}/server` | +| `KONG_PREFIX` | Kong installation directory. | `${KONG_SERVER_DIR}` | | `KONG_DEFAULT_SERVER_DIR` | Directory with default Kong Openresty instance files. | `${KONG_BASE_DIR}/server.default` | | `KONG_LOGS_DIR` | Directory where Kong logs are stored. | `${KONG_BASE_DIR}/logs` | | `KONG_PID_FILE` | Path to the PID file for Kong. | `${KONG_SERVER_DIR}/pids/nginx.pid` |