containers
containers copied to clipboard
Bitnami container images
### Name and Version bitnami-docker-spark/3.3/debian-11/Dockerfile ### What steps will reproduce the bug? I am looking to upgrade Spark Image which has latest version of Spark i.e. 3.3.0 , I got...
### Name and Version bitnami/spark:* ### What is the problem this feature will solve? Easy to view logs and code optimization, etc. Reference documentation: https://spark.apache.org/docs/latest/monitoring.html#viewing-after-the-fact ### What is the feature...
### Name and Version bitnami/mongodb:4.4.14 ### What steps will reproduce the bug? We start with a simple `docker-compose.yml` to start a replica set with a single primary node, and a...
**Description** I'm trying to specify a custom pg_hba.conf file for my postresql-repmgr cluster consisting of two nodes in streaming replication setup. Unfortunately I cannot use the bind mount approach from...
[bitnami/elasticsearch] `plugin.mandatory` misnaming for external plugins causes startup to fail.
**Description** External elasticsearch plugins install successfully, but are misnamed when copied to `plugin.mandatory` causing each node to fail to start with an exception. **Steps to reproduce the issue:** docker run...
### Name and Version bitnami/keycloak:latest ### What steps will reproduce the bug? 1. run docker-compose keycloak with bitnami 2. my project use lib keycloak old and it support keycloak version...
### Name and Version bitnami/keycloak:18.0.2 ### What is the problem this feature will solve? Simplify docker-compose (and probably orchestrators) setup when I need to start a keycloak instance with a...
### Name and Version bitnami/kafka:3.2 ### What steps will reproduce the bug? docker-compose.yaml ```yaml version: '3' services: zookeeper: container_name: zookeeper image: docker.io/bitnami/zookeeper:3.8 ports: - "2181:2181" environment: - ZOO_ENABLE_AUTH=yes - ZOO_SERVER_USERS=user...
https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/8c6434100f0796d462d5fb2128418c77bdad0e74/10.5/debian-10/rootfs/opt/bitnami/scripts/libmariadbgalera.sh#L502 Why should we delete all users and databses users created when cluster recovered from non-primary node? I think this is a dangerous way.
**Description** Cluster member is bootstrapping when no host (from clusterAddress=gcom://... ) is set in /etc/hosts when we want to have clusterBootstrap=no this can be seen in the output: ``` 2020-07-28...