Build Container for AlmaLinux
Go to file
Daniel Wolf acc09b3c16
Build Container Image / build_previous_arm64 (push) Successful in 35s Details
Build Container Image / build_previous_amd64 (push) Successful in 36s Details
Build Container Image / build_previous (push) Successful in 28s Details
Build Container Image / push_previous_arm64 (push) Successful in 57s Details
Build Container Image / push_previous_amd64 (push) Successful in 57s Details
Build Container Image / push_previous (push) Successful in 32s Details
Build Container Image / build_latest_amd64 (push) Failing after 3m20s Details
Build Container Image / push_latest_amd64 (push) Has been skipped Details
Build Container Image / build_latest_arm64 (push) Failing after 10m39s Details
Build Container Image / push_latest_arm64 (push) Has been skipped Details
Build Container Image / build_latest (push) Has been skipped Details
Build Container Image / push_latest (push) Has been skipped Details
Build Container Image / update_readme (push) Has been skipped Details
ci: allow any fast runner to push to relieve bottlenecks
2024-05-06 14:14:26 -04:00
.gitea/workflows ci: allow any fast runner to push to relieve bottlenecks 2024-05-06 14:14:26 -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