Popular applications, provided by Drycc Addons, containerized and ready to launch.
- Drycc Addons closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
- With Drycc Addons images the latest bug fixes and features are available as soon as possible.
- Drycc Addons containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
- All our images are based on base a minimalist Debian based container image that gives you a small base container image and the familiarity of a leading Linux distribution.
- Drycc Addons container images are released on a regular basis with the latest distribution packages available.
Looking to use our applications in production? Service Catalog lets you provision cloud services directly from the comfort of native Kubernetes tooling.
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/drycc-containers/containers/main/containers/APP/docker-compose.yml > docker-compose.yml
docker-compose up -d
Remember to replace the
APP
placeholder in the example command above with the correct value.
As part of the release process, the Drycc Addons container images are analyzed for vulnerabilities. At this moment, we are using two different tools:
This scanning process is triggered via a GH action for every PR affecting the source code of the containers, regardless of its nature or origin.
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.