[bitnami/mariadb-galera] Release 10.5.23-debian-11-r0 (#52709)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-11-13 18:04:09 +01:00
committed by GitHub
parent 94e10658d5
commit 3c9521432a
4 changed files with 14 additions and 14 deletions

View File

@@ -3,12 +3,12 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.4.6-1"
"version": "1.4.6-3"
},
"mariadb-galera": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "10.5.22-2"
"version": "10.5.23-0"
}
}

View File

@@ -44,10 +44,10 @@ print_welcome_page() {
print_image_welcome_page() {
local github_url="https://github.com/bitnami/containers"
log ""
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
log "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
log "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
log ""
info ""
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
info ""
}