Skip to content

Commit 8d624da

Browse files
authored
chore(container): update welcome message and container patch (#2658) (#2664)
1 parent 1dfa8f7 commit 8d624da

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

container/automq_chart_feature.patch

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,28 @@ index 717a36c21f..ea5eb74efb 100644
8787
USER 1001
8888
ENTRYPOINT [ "/opt/bitnami/scripts/kafka/entrypoint.sh" ]
8989
CMD [ "/opt/bitnami/scripts/kafka/run.sh" ]
90+
diff --git a/container/bitnami/prebuildfs/opt/bitnami/scripts/libbitnami.sh b/container/bitnami/prebuildfs/opt/bitnami/scripts/libbitnami.sh
91+
index 00d053b521..09e3d3084d 100644
92+
--- a/container/bitnami/prebuildfs/opt/bitnami/scripts/libbitnami.sh
93+
+++ b/container/bitnami/prebuildfs/opt/bitnami/scripts/libbitnami.sh
94+
@@ -42,12 +42,13 @@ print_welcome_page() {
95+
# None
96+
#########################
97+
print_image_welcome_page() {
98+
- local github_url="https://github.com/bitnami/containers"
99+
+ local docs_url="https://www.automq.com/docs/automq/deployment/deploy-multi-nodes-cluster-on-kubernetes"
100+
101+
info ""
102+
- info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
103+
- info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
104+
- info "Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami/ for more information."
105+
+ info "${BOLD}Welcome to the AutoMQ for Apache Kafka on Bitnami Container${RESET}"
106+
+ info "${BOLD}This image is compatible with Bitnami's container standards.${RESET}"
107+
+ info "Refer to the documentation for complete configuration and Kubernetes deployment guidelines:"
108+
+ info "${BOLD}${docs_url}${RESET}"
109+
info ""
110+
}
111+
90112
diff --git a/container/bitnami/rootfs/opt/bitnami/scripts/kafka/postunpack.sh b/container/bitnami/rootfs/opt/bitnami/scripts/kafka/postunpack.sh
91113
index 7255563236..673c84e721 100644
92114
--- a/container/bitnami/rootfs/opt/bitnami/scripts/kafka/postunpack.sh

container/bitnami/prebuildfs/opt/bitnami/scripts/libbitnami.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ print_welcome_page() {
4242
# None
4343
#########################
4444
print_image_welcome_page() {
45-
local github_url="https://github.com/bitnami/containers"
45+
local docs_url="https://www.automq.com/docs/automq/deployment/deploy-multi-nodes-cluster-on-kubernetes"
4646

4747
info ""
48-
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
49-
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
50-
info "Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami/ for more information."
48+
info "${BOLD}Welcome to the AutoMQ for Apache Kafka on Bitnami Container${RESET}"
49+
info "${BOLD}This image is compatible with Bitnami's container standards.${RESET}"
50+
info "Refer to the documentation for complete configuration and Kubernetes deployment guidelines:"
51+
info "${BOLD}${docs_url}${RESET}"
5152
info ""
5253
}
5354

0 commit comments

Comments
 (0)