containers
containers copied to clipboard
Bitnami container images
### Name and Version bitnami/kafka ### What steps will reproduce the bug? I hope we can use the Docker env settings to set the `server.properties` because we need to set...
### Name and Version bitnami/openldap ### What steps will reproduce the bug? I am currently using the following compose ```yaml # for certs https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/#becoming-certificate-authority version: '2' services: openldap: image: bitnami/openldap:2.5.6...
### Name and Version bitnami/rabbitmq:3.10.6 ### What steps will reproduce the bug? Persistence data `(messages)` not working when deploying the project with Docker swarm but It's ok when using `docker-compose`...
### Name and Version bitnami/rabbitmq:3.10.5 ### What steps will reproduce the bug? deploy rabbitmq charts on openEuler os ### What is the expected behavior? _No response_ ### What do you...
The following command from README.md : ``` docker run --detach --rm --name test-openldap --network my-network --env LDAP_ADMIN_USERNAME=admin --env LDAP_ADMIN_PASSWORD=adminpassword --env LDAP_USERS=customuser --env LDAP_PASSWORDS=custompassword bitnami/openldap:latest ``` triggers this error : ```...
### Name and Version bitnami/mongodb:latest ### What is the problem this feature will solve? I realized why my connection to MongoDB was returning error thanks to [Studio3t](https://studio3t.com/). ``` |_/ Connection...
### Name and Version bitnami/postgresql-repmgr:11.15.0-debian-10-r65 ### What steps will reproduce the bug? 1. :information_source: Deployed using bitnami/postgresql-ha helm chart, version 8.6.13 2. :information_source: in the config, nothing special, the most...
### Name and Version docker.io/bitnami/cassandra:4.0.4 ### What steps will reproduce the bug? **Run using docker-compose on 2 separate instances.** **IP: 10.117.50.41** ```yaml version: '2' services: cassandra: image: "bitnami/cassandra:4.0.4" ports: -...
### Name and Version bitnami/mongodb:latest ### What steps will reproduce the bug? Hi, I am deploying bitnami/mongodb:latest container as Azure Container Instance (ACI) in a group using ARM template inside...
### Name and Version bitnami/matomo:latest ### What steps will reproduce the bug? I have an azure VM created from the bitnami ghost template from the azure marketplace I'm trying to...