Build Container for Arch Linux
Go to file
Daniel Wolf ab17bc755f
Build Container Image / build_latest_amd64 (push) Successful in 44s Details
Build Container Image / build_latest (push) Successful in 21s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m0s Details
Build Container Image / push_latest (push) Successful in 45s Details
Build Container Image / update_readme (push) Successful in 9s Details
fix: ensure we dont have old manifests
2024-05-09 17:27:33 -04:00
.gitea/workflows fix: ensure we dont have old manifests 2024-05-09 17:27:33 -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