- Build https://github.com/bitnami/containers locally ( without Bitnami's StackSmith binaries )
-
Build https://github.com/bitnami/containers
- Support Arm64.
- Comment StackSmith download scripts.
- Patch with component-based build script.
- Synchronize with Bitnami containers version.
- Build and deploy using Github Actions.
- Listing supported images.
-
Support https://github.com/bitnami/charts
- Support Arm64.
- Generate image patch values files.
- Listing supported charts.
- Helm chart testing using Github Actions.
- Goss
- Cypress
- Ginko
- Helm chart test with multiple images.
- Bitnami Amd64
- Bitnami-compat Amd64
- Bitnami-compat Arm64 (Mac Mini M1)
- Official image Amd64
- Official image Arm64
-
Support every images and charts on Bitnami's
- Can't afford the time and cost of development and maintenance.
-
Production ready or commercial support.
- This repository is just open source and maintained by very few people.
-
These images use Bitnami's scripts. Binaries refer to the official Docker or official distribution binaries of the software or Docker recipes for Docker.
- day-of-month 1 in every 2nd month
-
I know I can't make the images in this repository trustworthy, and I know I can't fix it. This repository is just a personal repository.
-
If you want to use the images, It is recommended not to use the image directly, but to create Dockerfile.arm64 by following the instructions below and then verify and use it.
-
Create Dockerfile.arm64 for bitnami-dockers
- install task https://taskfile.dev/installation/
- install golang https://go.dev/doc/install
- clone
git clone --recursive https://github.com/ZCube/bitnami-compat cd bitnami-compat task generate or go run main.go generate --app=mongodb
- verify Dockerfile.arm64. Official images or build scripts referenced for build are listed in the table below.
- build & use. (docker buildx needed)
task build or (current platform only) go run main.go build --app=mongodb --tag ghcr.io/zcube/bitnami-compat/ or (current platform only && push) go run main.go build --app=mongodb --tag ghcr.io/zcube/bitnami-compat/ --push or (docker buildx needed && push) go run main.go build --app=mongodb --tag ghcr.io/zcube/bitnami-compat/ --push --platforms=linux/amd64,linux/arm64 docker run --rm -ti ghcr.io/zcube/bitnami-compat/mongodb:6.0
-
PS. Rabbitmq and fluentd builds are too long. Depending on the machine, it is best to prepare for 1-2 hours.
- TL;DR
from
image:
registry: docker.io
repository: bitnami/postgresql
tag: 11.16.0-debian-11-r14
to
image:
registry: ghcr.io
repository: zcube/bitnami-compat/postgresql
tag: 11.16.0-debian-11-r15
or
curl -LO https://raw.githubusercontent.com/ZCube/bitnami-compat/main/values/values_bitnami_compat_postgresql.yaml
helm install db bitnami/postgresql -f values_bitnami_compat_postgresql.yaml
-
legend
- O : test pass
- X : test pass fail
- Empty : not tested
-
note
- cypress v9 does not support arm64 so amd64 machine with ssh, docker needed to test.
- arm64 test was done on mac mini m1
-
result
App Tests bitnami (amd64) bitnami-compat (amd64) bitnami-compat (arm64) official (amd64) official (arm64) official link apache Goss ✔️ ✔️ ✔️ apache Cypress ✔️ ✔️ ✔️ cert-manager Goss ✔️ ✔️ ✔️ consul Goss ✔️ ✔️ ✔️ consul Cypress ✔️ ✔️ ✔️ contour Goss ✔️ ✔️ ✔️ discourse Goss ✔️ ✔️ ✔️ discourse Cypress ✔️ ✔️ ✔️ elasticsearch Goss ✔️ ✔️ ✔️ elasticsearch Cypress ✔️ ✔️ ✔️ etcd Goss ✔️ ✔️ ✔️ external-dns Goss ✔️ ✔️ ✔️ fluentd Goss ✔️ ✔️ ✔️ gitea Goss ✔️ ✔️ ✔️ gitea Cypress ✔️ ✔️ ✔️ kafka Goss ✔️ ✔️ ✔️ keycloak Goss ✔️ ✔️ ✔️ keycloak Cypress ✔️ ✔️ ✔️ mariadb Goss ✔️ ✔️ ✔️ mariadb-galera Goss ✔️ ✔️ ✔️ mastodon Goss ✔️ ✔️ ✔️ mastodon Cypress ❌ ✔️ ✔️ memcached Goss ✔️ ✔️ ✔️ minio Goss ✔️ ✔️ ✔️ minio Cypress ✔️ ✔️ ✔️ mongodb Goss ✔️ ✔️ ✔️ mongodb-sharded Goss ✔️ ✔️ ✔️ mysql Goss ✔️ ✔️ ✔️ nginx Goss ✔️ ✔️ ✔️ nginx Cypress ✔️ ✔️ ✔️ postgresql Goss ✔️ ✔️ ✔️ postgresql-ha Goss ✔️ ✔️ ✔️ rabbitmq Goss ✔️ ✔️ ✔️ rabbitmq Cypress ✔️ ✔️ ✔️ rabbitmq-cluster-operator Goss ✔️ ✔️ ✔️ rabbitmq-cluster-operator Cypress ✔️ ✔️ ✔️ redis Goss ✔️ ✔️ ✔️ redis-cluster Goss ✔️ ✔️ ✔️ sealed-secrets Cypress ✔️ ✔️ ✔️ solr Goss ✔️ ✔️ ✔️ solr Cypress ✔️ ✔️ ✔️ tomcat Goss ✔️ ✔️ ✔️ tomcat Cypress ✔️ ✔️ ✔️ wordpress Goss ✔️ ✔️ ✔️ wordpress Cypress ✔️ ✔️ ✔️ zookeeper Goss ✔️ ✔️ ✔️
* ✔️ apache
* ✔️ cert-manager
* ✔️ common
* ✔️ consul
* ✔️ contour
* ✔️ contour-operator
* ✔️ discourse
* ✔️ elasticsearch
* ✔️ etcd
* ✔️ external-dns
* ✔️ fluentd
* ✔️ gitea
* ✔️ kafka
* ✔️ keycloak
* ✔️ kibana
* ✔️ kube-state-metrics
* ✔️ kubernetes-event-exporter
* ✔️ logstash
* ✔️ mariadb
* ✔️ mariadb-galera
* ✔️ mastodon
* ✔️ memcached
* ✔️ minio
* ✔️ mongodb
* ✔️ mongodb-sharded
* ✔️ mysql
* ✔️ nginx
* ✔️ node-exporter
* ✔️ postgresql
* ✔️ postgresql-ha
* ✔️ rabbitmq
* ✔️ rabbitmq-cluster-operator
* ✔️ redis
* ✔️ redis-cluster
* ✔️ sealed-secrets
* ✔️ solr
* ✔️ thanos
* ✔️ tomcat
* ✔️ wordpress
* ✔️ zookeeper
* ❌ grafana
* ✔️ grafana
* ❌ grafana-image-renderer
* ✔️ bitnami-shell
* ❌ grafana-loki
* ❌ grafana-loki
* ✔️ nginx
* ❌ promtail
* ✔️ bitnami-shell
* ✔️ memcached
* ✔️ memcached
* ✔️ memcached
* ✔️ memcached
* ❌ grafana-operator
* ❌ grafana-operator
* ✔️ grafana
* ❌ grafana-tempo
* ❌ grafana-tempo
* ❌ grafana-tempo-query
* ❌ grafana-tempo-vulture
* ✔️ bitnami-shell
* ❌ nginx-ingress-controller
* ❌ nginx-ingress-controller
* ✔️ nginx
- For wordpress-intel charts, try using wordpress-nginx instead of wordpress-intel images. (wordpress-intel = wordpress-nginx)
-
⚠️ For RabbitMQ for ARM64, JIT is disabled for building on AMD64. -
⚠️ For some images such as node and python, apache, java, the version can only match the major version. This is mostly the case for non-main apps, and I don't care because they're mostly dependencies for other apps. -
⚠️ The mongodb provided by this repository does not currently work on Raspberry Pi 4. Use the image I distribute at https://github.com/ZCube/mongodb-for-armv8.0-a. -
acmesolver :
1
,1-debian-11
,1.11.1
,1.11.1-debian-11
,1.11.1-debian-11-r64
-
apache :
2.4
,2.4-debian-11
,2.4.57
,2.4.57-debian-11
,2.4.57-debian-11-r64
-
apache-exporter :
0
,0-debian-11
,0.13.3
,0.13.3-debian-11
,0.13.3-debian-11-r64
-
bitnami-shell :
11
,11-debian-11
,11.0.0
,11.0.0-debian-11
,11.0.0-debian-11-r64
-
cainjector :
1
,1-debian-11
,1.11.1
,1.11.1-debian-11
,1.11.1-debian-11-r64
-
cert-manager :
1
,1-debian-11
,1.11.1
,1.11.1-debian-11
,1.11.1-debian-11-r64
-
cert-manager-webhook :
1
,1-debian-11
,1.11.1
,1.11.1-debian-11
,1.11.1-debian-11-r64
-
consul :
1
,1-debian-11
,1.15.2
,1.15.2-debian-11
,1.15.2-debian-11-r64
-
consul-exporter :
0
,0-debian-11
,0.9.0
,0.9.0-debian-11
,0.9.0-debian-11-r64
-
contour :
1.21
,1.21-debian-11
,1.21.3
,1.21.3-debian-11
,1.21.3-debian-11-r64
-
contour :
1.22
,1.22-debian-11
,1.22.6
,1.22.6-debian-11
,1.22.6-debian-11-r64
-
contour :
1.23
,1.23-debian-11
,1.23.5
,1.23.5-debian-11
,1.23.5-debian-11-r64
-
contour :
1.24
,1.24-debian-11
,1.24.4
,1.24.4-debian-11
,1.24.4-debian-11-r64
-
contour-operator :
1.21
,1.21-scratch
,1.21.1
,1.21.1-scratch
,1.21.1-scratch-r64
-
contour-operator :
1.22
,1.22-scratch
,1.22.1
,1.22.1-scratch
,1.22.1-scratch-r64
-
contour-operator :
1.23
,1.23-scratch
,1.23.0
,1.23.0-scratch
,1.23.0-scratch-r64
-
contour-operator :
1.24
,1.24-scratch
,1.24.0
,1.24.0-scratch
,1.24.0-scratch-r64
-
discourse :
3
,3-debian-11
,3.0.3
,3.0.3-debian-11
,3.0.3-debian-11-r64
-
elasticsearch :
7
,7-debian-11
,7.17.9
,7.17.9-debian-11
,7.17.9-debian-11-r64
-
elasticsearch :
8
,8-debian-11
,8.7.0
,8.7.0-debian-11
,8.7.0-debian-11-r64
-
elasticsearch-exporter :
1
,1-debian-11
,1.5.0
,1.5.0-debian-11
,1.5.0-debian-11-r64
-
envoy :
1.23
,1.23-debian-11
,1.23.9
,1.23.9-debian-11
,1.23.9-debian-11-r64
-
envoy :
1.24
,1.24-debian-11
,1.24.7
,1.24.7-debian-11
,1.24.7-debian-11-r64
-
etcd :
3.3
,3.3-debian-11
,3.3.27
,3.3.27-debian-11
,3.3.27-debian-11-r64
-
etcd :
3.4
,3.4-debian-11
,3.4.25
,3.4.25-debian-11
,3.4.25-debian-11-r64
-
etcd :
3.5
,3.5-debian-11
,3.5.8
,3.5.8-debian-11
,3.5.8-debian-11-r64
-
external-dns :
0
,0-debian-11
,0.13.4
,0.13.4-debian-11
,0.13.4-debian-11-r64
-
fluentd :
1
,1-debian-11
,1.16.1
,1.16.1-debian-11
,1.16.1-debian-11-r64
-
git :
2
,2-debian-11
,2.40.1
,2.40.1-debian-11
,2.40.1-debian-11-r64
-
gitea :
1
,1-debian-11
,1.19.2
,1.19.2-debian-11
,1.19.2-debian-11-r64
-
grafana :
9
,9-debian-11
,9.5.1
,9.5.1-debian-11
,9.5.1-debian-11-r64
-
java :
1.8
,1.8-debian-11
,1.8.362
,1.8.362-debian-11
,1.8.362-debian-11-r64
-
java :
11
,11-debian-11
,11.0.19
,11.0.19-debian-11
,11.0.19-debian-11-r64
-
java :
17
,17-debian-11
,17.0.7
,17.0.7-debian-11
,17.0.7-debian-11-r64
-
jmx-exporter :
0
,0-debian-11
,0.18.0
,0.18.0-debian-11
,0.18.0-debian-11-r64
-
kafka :
3.2
,3.2-debian-11
,3.2.3
,3.2.3-debian-11
,3.2.3-debian-11-r64
-
kafka :
3.3
,3.3-debian-11
,3.3.2
,3.3.2-debian-11
,3.3.2-debian-11-r64
-
kafka :
3.4
,3.4-debian-11
,3.4.0
,3.4.0-debian-11
,3.4.0-debian-11-r64
-
kafka-exporter :
1
,1-debian-11
,1.6.0
,1.6.0-debian-11
,1.6.0-debian-11-r64
-
keycloak :
21
,21-debian-11
,21.0.2
,21.0.2-debian-11
,21.0.2-debian-11-r64
-
keycloak-config-cli :
5
,5-debian-11
,5.6.1
,5.6.1-debian-11
,5.6.1-debian-11-r64
-
kibana :
7
,7-debian-11
,7.17.9
,7.17.9-debian-11
,7.17.9-debian-11-r64
-
kibana :
8
,8-debian-11
,8.7.0
,8.7.0-debian-11
,8.7.0-debian-11-r64
-
kube-state-metrics :
2
,2-debian-11
,2.8.2
,2.8.2-debian-11
,2.8.2-debian-11-r64
-
kubectl :
1.24
,1.24-debian-11
,1.24.13
,1.24.13-debian-11
,1.24.13-debian-11-r64
-
kubectl :
1.25
,1.25-debian-11
,1.25.9
,1.25.9-debian-11
,1.25.9-debian-11-r64
-
kubectl :
1.26
,1.26-debian-11
,1.26.4
,1.26.4-debian-11
,1.26.4-debian-11-r64
-
kubectl :
1.27
,1.27-debian-11
,1.27.1
,1.27.1-debian-11
,1.27.1-debian-11-r64
-
kubernetes-event-exporter :
1
,1-debian-11
,1.1.0
,1.1.0-debian-11
,1.1.0-debian-11-r64
-
logstash :
7
,7-debian-11
,7.17.9
,7.17.9-debian-11
,7.17.9-debian-11-r64
-
logstash :
8
,8-debian-11
,8.7.0
,8.7.0-debian-11
,8.7.0-debian-11-r64
-
mariadb :
10.10
,10.10-debian-11
,10.10.3
,10.10.3-debian-11
,10.10.3-debian-11-r64
-
mariadb :
10.5
,10.5-debian-11
,10.5.19
,10.5.19-debian-11
,10.5.19-debian-11-r64
-
mariadb :
10.6
,10.6-debian-11
,10.6.12
,10.6.12-debian-11
,10.6.12-debian-11-r64
-
mariadb :
10.8
,10.8-debian-11
,10.8.7
,10.8.7-debian-11
,10.8.7-debian-11-r64
-
mariadb :
10.9
,10.9-debian-11
,10.9.5
,10.9.5-debian-11
,10.9.5-debian-11-r64
-
mariadb-galera :
10.10
,10.10-debian-11
,10.10.3
,10.10.3-debian-11
,10.10.3-debian-11-r64
-
mariadb-galera :
10.5
,10.5-debian-11
,10.5.19
,10.5.19-debian-11
,10.5.19-debian-11-r64
-
mariadb-galera :
10.6
,10.6-debian-11
,10.6.12
,10.6.12-debian-11
,10.6.12-debian-11-r64
-
mariadb-galera :
10.8
,10.8-debian-11
,10.8.7
,10.8.7-debian-11
,10.8.7-debian-11-r64
-
mariadb-galera :
10.9
,10.9-debian-11
,10.9.5
,10.9.5-debian-11
,10.9.5-debian-11-r64
-
mastodon :
4
,4-debian-11
,4.1.2
,4.1.2-debian-11
,4.1.2-debian-11-r64
-
memcached :
1
,1-debian-11
,1.6.19
,1.6.19-debian-11
,1.6.19-debian-11-r64
-
memcached-exporter :
0
,0-debian-11
,0.11.3
,0.11.3-debian-11
,0.11.3-debian-11-r64
-
minio :
2023
,2023-debian-11
,2023.4.28
,2023.4.28-debian-11
,2023.4.28-debian-11-r64
-
minio-client :
2023
,2023-debian-11
,2023.4.12
,2023.4.12-debian-11
,2023.4.12-debian-11-r64
-
mongodb :
5.0
,5.0-debian-11
,5.0.17
,5.0.17-debian-11
,5.0.17-debian-11-r64
-
mongodb :
6.0
,6.0-debian-11
,6.0.5
,6.0.5-debian-11
,6.0.5-debian-11-r64
-
mongodb-exporter :
0
,0-debian-11
,0.37.0
,0.37.0-debian-11
,0.37.0-debian-11-r64
-
mongodb-sharded :
5.0
,5.0-debian-11
,5.0.17
,5.0.17-debian-11
,5.0.17-debian-11-r64
-
mongodb-sharded :
6.0
,6.0-debian-11
,6.0.5
,6.0.5-debian-11
,6.0.5-debian-11-r64
-
mysql :
8.0
,8.0-debian-11
,8.0.33
,8.0.33-debian-11
,8.0.33-debian-11-r64
-
mysqld-exporter :
0
,0-debian-11
,0.14.0
,0.14.0-debian-11
,0.14.0-debian-11-r64
-
nginx :
1.23
,1.23-debian-11
,1.23.4
,1.23.4-debian-11
,1.23.4-debian-11-r64
-
nginx-exporter :
0
,0-debian-11
,0.11.0
,0.11.0-debian-11
,0.11.0-debian-11-r64
-
node :
14
,14-debian-11
,14.21.3
,14.21.3-debian-11
,14.21.3-debian-11-r64
-
node :
16
,16-debian-11
,16.20.0
,16.20.0-debian-11
,16.20.0-debian-11-r64
-
node :
18
,18-debian-11
,18.16.0
,18.16.0-debian-11
,18.16.0-debian-11-r64
-
node-exporter :
1
,1-debian-11
,1.5.0
,1.5.0-debian-11
,1.5.0-debian-11-r64
-
openldap :
2.6
,2.6-debian-11
,2.6.4
,2.6.4-debian-11
,2.6.4-debian-11-r64
-
pgpool :
4
,4-debian-11
,4.4.2
,4.4.2-debian-11
,4.4.2-debian-11-r64
-
postgres-exporter :
0
,0-debian-11
,0.12.0
,0.12.0-debian-11
,0.12.0-debian-11-r64
-
postgresql :
11
,11-debian-11
,11.19.0
,11.19.0-debian-11
,11.19.0-debian-11-r64
-
postgresql :
12
,12-debian-11
,12.14.0
,12.14.0-debian-11
,12.14.0-debian-11-r64
-
postgresql :
13
,13-debian-11
,13.10.0
,13.10.0-debian-11
,13.10.0-debian-11-r64
-
postgresql :
14
,14-debian-11
,14.7.0
,14.7.0-debian-11
,14.7.0-debian-11-r64
-
postgresql :
15
,15-debian-11
,15.2.0
,15.2.0-debian-11
,15.2.0-debian-11-r64
-
postgresql-repmgr :
11
,11-debian-11
,11.19.0
,11.19.0-debian-11
,11.19.0-debian-11-r64
-
postgresql-repmgr :
12
,12-debian-11
,12.14.0
,12.14.0-debian-11
,12.14.0-debian-11-r64
-
postgresql-repmgr :
13
,13-debian-11
,13.10.0
,13.10.0-debian-11
,13.10.0-debian-11-r64
-
postgresql-repmgr :
14
,14-debian-11
,14.7.0
,14.7.0-debian-11
,14.7.0-debian-11-r64
-
postgresql-repmgr :
15
,15-debian-11
,15.2.0
,15.2.0-debian-11
,15.2.0-debian-11-r64
-
python :
3.10
,3.10-debian-11
,3.10.11
,3.10.11-debian-11
,3.10.11-debian-11-r64
-
python :
3.11
,3.11-debian-11
,3.11.3
,3.11.3-debian-11
,3.11.3-debian-11-r64
-
python :
3.7
,3.7-debian-11
,3.7.16
,3.7.16-debian-11
,3.7.16-debian-11-r64
-
python :
3.8
,3.8-debian-11
,3.8.16
,3.8.16-debian-11
,3.8.16-debian-11-r64
-
python :
3.9
,3.9-debian-11
,3.9.16
,3.9.16-debian-11
,3.9.16-debian-11-r64
-
rabbitmq :
3.10
,3.10-debian-11
,3.10.22
,3.10.22-debian-11
,3.10.22-debian-11-r64
-
rabbitmq :
3.11
,3.11-debian-11
,3.11.15
,3.11.15-debian-11
,3.11.15-debian-11-r64
-
rabbitmq :
3.9
,3.9-debian-11
,3.9.29
,3.9.29-debian-11
,3.9.29-debian-11-r64
-
rabbitmq-cluster-operator :
2
,2-scratch
,2.2.0
,2.2.0-scratch
,2.2.0-scratch-r64
-
redis :
6.2
,6.2-debian-11
,6.2.12
,6.2.12-debian-11
,6.2.12-debian-11-r64
-
redis :
7.0
,7.0-debian-11
,7.0.11
,7.0.11-debian-11
,7.0.11-debian-11-r64
-
redis-cluster :
6.2
,6.2-debian-11
,6.2.12
,6.2.12-debian-11
,6.2.12-debian-11-r64
-
redis-cluster :
7.0
,7.0-debian-11
,7.0.11
,7.0.11-debian-11
,7.0.11-debian-11-r64
-
redis-exporter :
1
,1-debian-11
,1.50.0
,1.50.0-debian-11
,1.50.0-debian-11-r64
-
redis-sentinel :
6.2
,6.2-debian-11
,6.2.12
,6.2.12-debian-11
,6.2.12-debian-11-r64
-
redis-sentinel :
7.0
,7.0-debian-11
,7.0.11
,7.0.11-debian-11
,7.0.11-debian-11-r64
-
rmq-default-credential-updater :
1
,1-scratch
,1.0.2
,1.0.2-scratch
,1.0.2-scratch-r64
-
rmq-messaging-topology-operator :
1
,1-scratch
,1.10.3
,1.10.3-scratch
,1.10.3-scratch-r64
-
sealed-secrets :
0
,0-scratch
,0.20.5
,0.20.5-scratch
,0.20.5-scratch-r64
-
solr :
8
,8-debian-11
,8.11.2
,8.11.2-debian-11
,8.11.2-debian-11-r64
-
solr :
9
,9-debian-11
,9.2.0
,9.2.0-debian-11
,9.2.0-debian-11-r64
-
thanos :
0
,0-scratch
,0.31.0
,0.31.0-scratch
,0.31.0-scratch-r64
-
tomcat :
10.1
,10.1-debian-11
,10.1.8
,10.1.8-debian-11
,10.1.8-debian-11-r64
-
tomcat :
8.5
,8.5-debian-11
,8.5.88
,8.5.88-debian-11
,8.5.88-debian-11-r64
-
tomcat :
9.0
,9.0-debian-11
,9.0.74
,9.0.74-debian-11
,9.0.74-debian-11-r64
-
wordpress :
6
,6-debian-11
,6.2.0
,6.2.0-debian-11
,6.2.0-debian-11-r64
-
wordpress-nginx :
6
,6-debian-11
,6.2.0
,6.2.0-debian-11
,6.2.0-debian-11-r64
-
zookeeper :
3.7
,3.7-debian-11
,3.7.1
,3.7.1-debian-11
,3.7.1-debian-11-r64
-
zookeeper :
3.8
,3.8-debian-11
,3.8.1
,3.8.1-debian-11
,3.8.1-debian-11-r64
- using task https://taskfile.dev/installation/
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
go run main.go list
...
✔️ mongodb:5.0.9
✔️ mongodb-exporter:0.33.0
❌ mysql:5.7.38
❌ mysql.5.7.38-150
✔️ mysql:8.0.29
✔️ mysqld-exporter:0.14.0
❌ nginx:1.21.6
❌ nginx.1.21.6-153
❌ nginx:1.22.0
❌ nginx.1.22.0-153
✔️ nginx:1.23.0
...
task generate
task upgrade
This section has moved to the Wiki.
- Recommended for production use.
Charts | Image | Status |
---|---|---|
thanos | docker.io/thanosio/thanos:v0.27.0 | Official images are compatible. |
external-dns | registry.k8s.io/external-dns/external-dns:v0.12.2 | Official images are compatible. |
Apache 2.0
Copyright © 2023 ZCube(zcubekr@gmail.com)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
MIT License
check References
https://github.com/bitnami/charts
https://github.com/bitnami/containers
Copyright © 2023 Bitnami
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.