Build Container for Arch Linux
Go to file
Daniel Wolf 8c00272828
Build Container Image / build_latest_amd64 (push) Successful in 36s Details
Build Container Image / build_latest (push) Successful in 47s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m16s Details
Build Container Image / push_latest (push) Successful in 47s Details
Build Container Image / update_readme (push) Successful in 10s Details
chore: stop using global hadolint comment
2024-03-30 17:47:54 -04:00
.gitea/workflows ci: just throw all the arch-specific images into generic repos 2024-03-28 13:32:05 -04:00
.reuse add reuse copyright information 2023-10-20 12:00:53 -04:00
LICENSES add reuse copyright information 2023-10-20 12:00:53 -04:00
override/usr/local need to use uname -m 2023-12-04 13:36:27 -05:00
.dockerignore update *ignore files 2023-10-20 11:59:48 -04:00
Dockerfile chore: stop using global hadolint comment 2024-03-30 17:47:54 -04:00
LICENSE.md update license #noci 2024-03-09 09:33:01 -05:00
README.md feat: add clang 2024-03-26 10:44:15 -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-archlinux:latest /bin/bash