Skip to content

Container images maintained by SolDevelo - forked from BitNami

License

Notifications You must be signed in to change notification settings

SolDevelo/containers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

481,643 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SolDevelo Containers

SolDevelo Container Images

This repository is a fork of Bitnami's Containers Library. We maintain Apache Kafka and PostgreSQL HA (with repmgr) container images, with plans to add more containers in the future. These images are maintained by SolDevelo to provide up-to-date versions and fixes, while keeping the original Bitnami base.

Available Images

  • Apache Kafka - Distributed streaming platform
  • PostgreSQL HA - High availability PostgreSQL with repmgr for replication and failover

Features

  • Maintained container images by SolDevelo
  • Based on Bitnami containers (Apache-2.0 licensed)
  • Ready to use with Docker or Docker Compose
  • Future support for additional containers planned

Get an image

The recommended way to get any of the Images is to pull the prebuilt image from the Docker Hub Registry.

docker pull soldevelo/APP

To use a specific version, you can pull a versioned tag.

docker pull soldevelo/APP:[TAG]

If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile, and executing the docker build command.

git clone https://github.com/soldevelo/containers.git
cd soldevelo/APP/VERSION/OPERATING-SYSTEM
docker build -t soldevelo/APP .

Tip

Remember to replace the APP, VERSION, and OPERATING-SYSTEM placeholders in the example command above with the correct values.

Run the application using Docker Compose

The main folder of each application contains a functional docker-compose.yml file. Run the application using it as shown below:

curl -sSL https://raw.githubusercontent.com/soldevelo/containers/main/soldevelo/APP/docker-compose.yml > docker-compose.yml
docker-compose up -d

Tip

Remember to replace the APP placeholder in the example command above with the correct value.

Contributing

We'd love for you to contribute to those container images. You can request new features by creating an issue, or submit a pull request with your contribution.

License

Copyright 2026 SolDevelo Based on Bitnami Containers Library (https://github.com/bitnami/containers) © 2026 Broadcom Inc. (licensed under Apache-2.0)

This project is licensed under the Apache License, Version 2.0.

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.

About

Container images maintained by SolDevelo - forked from BitNami

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.8%
  • Dockerfile 2.2%