mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
[bitnami/phpmyadmin] Release 5.2.1-debian-11-r14 (#28561)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||||
org.opencontainers.image.created="2023-03-22T00:29:59Z" \
|
org.opencontainers.image.created="2023-03-28T04:38:47Z" \
|
||||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="5.2.1-debian-11-r13" \
|
org.opencontainers.image.ref.name="5.2.1-debian-11-r14" \
|
||||||
org.opencontainers.image.title="phpmyadmin" \
|
org.opencontainers.image.title="phpmyadmin" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="5.2.1"
|
org.opencontainers.image.version="5.2.1"
|
||||||
|
|||||||
@@ -1,49 +1,42 @@
|
|||||||
{
|
{
|
||||||
"apache": {
|
"apache": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "d5cad8cbc55051131d136e9cdaa6f9802b24641302c8b02d823389c32b4daf30",
|
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.4.56-1"
|
"version": "2.4.56-1"
|
||||||
},
|
},
|
||||||
"gosu": {
|
"gosu": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "bf2b90a31df691e3648c4a41190a926bb638c3a9fa1dfcde36623ce1bfaadc23",
|
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.16.0-3"
|
"version": "1.16.0-3"
|
||||||
},
|
},
|
||||||
"libphp": {
|
"libphp": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "24c55f56e7b585fb5e97094f8e6baa8889b0af01ca7cdcc0b268d717e195fb9d",
|
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "8.1.17-1"
|
"version": "8.1.17-1"
|
||||||
},
|
},
|
||||||
"mysql-client": {
|
"mysql-client": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "6ed7c73b5e779521cf2f47a00ac54e6d2929213cb4eb3cbd9a4f12f84557c664",
|
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "10.6.12-2"
|
"version": "10.6.12-2"
|
||||||
},
|
},
|
||||||
"php": {
|
"php": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "a2e46761af1cce1ac3ca73ab79097278efc9040c60e0564df819b7a7dfc01bc3",
|
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "8.1.17-3"
|
"version": "8.1.17-3"
|
||||||
},
|
},
|
||||||
"phpmyadmin": {
|
"phpmyadmin": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "4ace67a73d2fe4834dba1e67fdbfc802cb661743f45691f67f82e1016222124e",
|
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "5.2.1-2"
|
"version": "5.2.1-2"
|
||||||
},
|
},
|
||||||
"render-template": {
|
"render-template": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "d1a128e25098f793a92342efd5fa85c1075a2b21042929b269d23c6694e20c3b",
|
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.0.5-2"
|
"version": "1.0.5-2"
|
||||||
|
|||||||
@@ -395,7 +395,7 @@ PartOf=bitnami.service
|
|||||||
Type=${type}
|
Type=${type}
|
||||||
EOF
|
EOF
|
||||||
if [[ -n "$working_directory" ]]; then
|
if [[ -n "$working_directory" ]]; then
|
||||||
cat >> "$service_file" <<< "WorkingDirectory=$working_directory"
|
cat >> "$service_file" <<< "WorkingDirectory=${working_directory}"
|
||||||
fi
|
fi
|
||||||
if [[ -n "$exec_start_pre" ]]; then
|
if [[ -n "$exec_start_pre" ]]; then
|
||||||
# This variable may contain multiple ExecStartPre= directives
|
# This variable may contain multiple ExecStartPre= directives
|
||||||
|
|||||||
@@ -112,7 +112,11 @@ is_web_server_running() {
|
|||||||
#########################
|
#########################
|
||||||
web_server_start() {
|
web_server_start() {
|
||||||
info "Starting $(web_server_type) in background"
|
info "Starting $(web_server_type) in background"
|
||||||
"${BITNAMI_ROOT_DIR}/scripts/$(web_server_type)/start.sh"
|
if [[ "$BITNAMI_SERVICE_MANAGER" = "monit" ]]; then
|
||||||
|
"${BITNAMI_ROOT_DIR}/scripts/$(web_server_type)/start.sh"
|
||||||
|
elif [[ "$BITNAMI_SERVICE_MANAGER" = "systemd" ]]; then
|
||||||
|
systemctl start "bitnami.$(web_server_type).service"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
########################
|
########################
|
||||||
@@ -126,7 +130,11 @@ web_server_start() {
|
|||||||
#########################
|
#########################
|
||||||
web_server_stop() {
|
web_server_stop() {
|
||||||
info "Stopping $(web_server_type)"
|
info "Stopping $(web_server_type)"
|
||||||
"${BITNAMI_ROOT_DIR}/scripts/$(web_server_type)/stop.sh"
|
if [[ "$BITNAMI_SERVICE_MANAGER" = "monit" ]]; then
|
||||||
|
"${BITNAMI_ROOT_DIR}/scripts/$(web_server_type)/stop.sh"
|
||||||
|
elif [[ "$BITNAMI_SERVICE_MANAGER" = "systemd" ]]; then
|
||||||
|
systemctl stop "bitnami.$(web_server_type).service"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
########################
|
########################
|
||||||
@@ -140,7 +148,11 @@ web_server_stop() {
|
|||||||
#########################
|
#########################
|
||||||
web_server_restart() {
|
web_server_restart() {
|
||||||
info "Restarting $(web_server_type)"
|
info "Restarting $(web_server_type)"
|
||||||
"${BITNAMI_ROOT_DIR}/scripts/$(web_server_type)/restart.sh"
|
if [[ "$BITNAMI_SERVICE_MANAGER" = "monit" ]]; then
|
||||||
|
"${BITNAMI_ROOT_DIR}/scripts/$(web_server_type)/restart.sh"
|
||||||
|
elif [[ "$BITNAMI_SERVICE_MANAGER" = "systemd" ]]; then
|
||||||
|
systemctl restart "bitnami.$(web_server_type).service"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
########################
|
########################
|
||||||
@@ -153,7 +165,11 @@ web_server_restart() {
|
|||||||
# None
|
# None
|
||||||
#########################
|
#########################
|
||||||
web_server_reload() {
|
web_server_reload() {
|
||||||
"${BITNAMI_ROOT_DIR}/scripts/$(web_server_type)/reload.sh"
|
if [[ "$BITNAMI_SERVICE_MANAGER" = "monit" ]]; then
|
||||||
|
"${BITNAMI_ROOT_DIR}/scripts/$(web_server_type)/reload.sh"
|
||||||
|
elif [[ "$BITNAMI_SERVICE_MANAGER" = "systemd" ]]; then
|
||||||
|
systemctl reload "bitnami.$(web_server_type).service"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
########################
|
########################
|
||||||
|
|||||||
Reference in New Issue
Block a user