[bitnami/odoo] Release 16.0.20240615-debian-12-r3 (#69081)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
1a32632a59
commit
495feaf2d5
|
|
@ -7,11 +7,11 @@ 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-07-02T12:01:00Z" \
|
||||
org.opencontainers.image.created="2024-07-06T09:11:18Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/odoo/README.md" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="16.0.20240615-debian-12-r2" \
|
||||
org.opencontainers.image.ref.name="16.0.20240615-debian-12-r3" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/odoo" \
|
||||
org.opencontainers.image.title="odoo" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
|
|
@ -28,7 +28,7 @@ RUN install_packages acl ca-certificates curl fontconfig libbsd0 libbz2-1.0 libc
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"python-3.11.9-11-linux-${OS_ARCH}-debian-12" \
|
||||
"render-template-1.0.6-14-linux-${OS_ARCH}-debian-12" \
|
||||
"render-template-1.0.7-2-linux-${OS_ARCH}-debian-12" \
|
||||
"postgresql-client-16.3.0-4-linux-${OS_ARCH}-debian-12" \
|
||||
"node-18.20.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
"odoo-16.0.20240615-0-linux-${OS_ARCH}-debian-12" \
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.6-14"
|
||||
"version": "1.0.7-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -176,7 +176,7 @@ postgresql_execute_print_output() {
|
|||
local opts
|
||||
read -r -a opts <<<"${@:4}"
|
||||
|
||||
local args=("-U" "$user" "-p" "${POSTGRESQL_PORT_NUMBER:-5432}")
|
||||
local args=("-U" "$user" "-p" "${POSTGRESQL_PORT_NUMBER:-5432}" "-h" "127.0.0.1")
|
||||
[[ -n "$db" ]] && args+=("-d" "$db")
|
||||
[[ "${#opts[@]}" -gt 0 ]] && args+=("${opts[@]}")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue