Build Container for AlmaLinux
Go to file
Daniel Wolf 6db2422e72
Build Container Image / build_previous_arm64 (push) Successful in 34s Details
Build Container Image / build_previous_amd64 (push) Successful in 39s Details
Build Container Image / build_latest_arm64 (push) Successful in 44s Details
Build Container Image / build_previous (push) Successful in 53s Details
Build Container Image / push_previous_arm64 (push) Successful in 1m11s Details
Build Container Image / push_previous_amd64 (push) Successful in 1m19s Details
Build Container Image / push_previous (push) Successful in 19s Details
Build Container Image / build_latest_amd64 (push) Successful in 36s Details
Build Container Image / build_latest (push) Successful in 41s Details
Build Container Image / push_latest_arm64 (push) Successful in 59s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m6s Details
Build Container Image / push_latest (push) Successful in 35s Details
Build Container Image / update_readme (push) Successful in 9s Details
chore: fix SPDX header
2024-03-30 14:55:04 -04:00
.gitea/workflows ci: just throw all the arch-specific images into generic repos 2024-03-28 13:29:51 -04:00
.reuse add reuse copyright information 2023-10-20 11:36:38 -04:00
LICENSES add reuse copyright information 2023-10-20 11:36:38 -04:00
override/usr/local need to use uname -m 2023-12-04 13:36:41 -05:00
.dockerignore update *ignore files 2023-10-20 11:34:37 -04:00
Dockerfile fix: satiate hadolint 2024-03-30 14:17:42 -04:00
Dockerfile.previous chore: fix SPDX header 2024-03-30 14:55:04 -04:00
LICENSE.md update license #noci 2024-03-09 09:32:55 -05:00
README.md feat: add clang 2024-03-26 10:59:29 -04:00

README.md

Git | Docker

NXBuilder

This docker image contains the C/C++ build environment I use for projects. It is intended to be used by a CI/CD service to perform builds and not kept running beyond that. It can also be used as a quick "cleanroom" to test builds in.

Base OS:

Compilers

Other Tools

You can spin up a quick temporary test container like this:

docker run --rm -ti nephatrine/nxb-almalinux:latest /bin/bash