Some applications containerized and ready to launch, provided by Laineil.
Some key tips about the laineil container images:
- Support x86_64 | arm64 | ppc64le.
- Based on Alma Linux minimal | Rocky Linux minimal | Red Hat UBI minimal.
- The use of non-root container images can enhance system security.
- Support the TZ environment variable to set up the desired timezone (see Services top-level element).
Here are a few methods for acquiring an image.
- The recommended way to get any of the laineil container images is to pull the prebuilt image from the Docker Hub Registry.
$ docker pull laineil/[app_name]
- To use a specific version, you can pull a versioned tag.
$ docker pull laineil/[app_name]:[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/laineil/containers.git
$ cd laineil/[app_name]
$ docker build -t laineil/[app_name] .
As part of the release process, use Docker Scout | Snyk to scan and analyze vulnerabilities.
To improve app performance, you can either create an issue or submit a pull request.
BSD 3-Clause License
Copyright (c) 2023, Laineil
All rights reserved.