doridoridoriand/containers
This is the system container for operating systems and tools. It is intended to be as easy to use as a regular VM. Container images are available on GitHub Packages and Docker Hub.
Shell
Issues
- 0
Consider combining the `dnf` commands to reduce the number of layers in the Docker image.
#87 opened by doridoridoriand - 0
For the Almalinux 9.x Dockerfile, consider combining the `dnf` commands to reduce the number of layers in the Docker image, similar to the suggestion made for the 8.x Dockerfile. This optimization can lead to a more efficient build process and a smaller image size.
#86 opened by doridoridoriand - 0
Ensure the Redis version is pinned to a specific stable version rather than using `redis-stable.tar.gz`. Pinning the version helps in creating reproducible builds and avoids unexpected changes when a new stable version is released.
#85 opened by doridoridoriand - 0
The approach to installing Ruby 3.2.2 from source in the Dockerfile for Ubuntu Jammy is consistent with the other Dockerfiles. To improve the Dockerfile's maintainability and readability, consider refactoring the RUN command into smaller, discrete steps. Additionally, cleaning up the `/tmp` directory after the Ruby installation could help reduce the Docker image size.
#78 opened by doridoridoriand - 0
Installing Ruby 3.2.2 from source introduces a significant change in the Dockerfile. Consider breaking down the RUN command into smaller, more manageable steps to improve readability and maintainability. Additionally, cleaning up the `/tmp` directory after installation could help reduce the final image size.
#77 opened by doridoridoriand - 1
Build failed with multi architecture.
#72 opened by doridoridoriand - 0
Add CI and E2E test int uuid-api-ruby
#68 opened by doridoridoriand - 0
deleted
#60 opened by voivoikeri - 0
Add mirrors of some popular containers
#54 opened by doridoridoriand - 0
Add opnesuse leap
#48 opened by doridoridoriand