docker-images
docker-images copied to clipboard
Home for AlmaLinux Docker image RootFS files and production version of sources
Container images now have two major versions, four different arch support, and five types of images in place. Since each image type can have multiple tags, some util scripts will...
Create scripts to compare images, generate change log from image diff
Comparing the outputs from - `podman manifest inspect docker.io/library/almalinux:latest` - `podman manifest inspect quay.io/almalinuxorg/almalinux:latest` It seems that only `quay.io/almalinuxorg/almalinux:latest` has multiple images (AL8 and AL9) for each architecture. Currently AL8...
Since we originally invented Docker container build scripts there are a lot of new technologies available to make this process simplier and easier to maintain. I'd propose to consider the...
Since the 17/01/24, the dnf upgrade run from almalinux:8.8 image fail: ``` AlmaLinux 8 - BaseOS 3.3 MB/s | 3.4 kB 00:00 Importing GPG key 0xC21AD6EA: Userid : "AlmaLinux "...
It's reported in AlmaLinux chat that 8-minimal:latest is outdated in quay.io: ``` $ podman run -it --rm docker.io/almalinux/8-minimal:latest rpm -q --qf '%{nevra} %{buildtime:date}\n' almalinux-release almalinux-release-8.9-1.el8.x86_64 Thu Nov 16 08:05:10 2023...
Hello, I want to create a docker image based on AlmaLinux 6 with: - maven - openjdk 11 This what my Dockerfile looks like: ``` FROM almalinux:8 RUN dnf clean...
# Context Some very outdated service but yet critical is required to be upgraded in a corporate environment. Critical service operates on a RHEL. A proof of concept (PoC) on...
Shellcheck reports several lines in *docker_utils_functions* where globbing and word splitting may occur because of missing quotes around variables. This commit prevents globbing and word splitting by adding quotes around...