Build Container for Alpine
Go to file
Daniel Wolf 5d7cd7906e
Build Container Image / build_previous_amd64 (push) Successful in 39s Details
Build Container Image / build_previous_arm64 (push) Successful in 39s Details
Build Container Image / build_edge_riscv64 (push) Successful in 48s Details
Build Container Image / build_latest_arm64 (push) Successful in 35s Details
Build Container Image / build_previous_i386 (push) Successful in 38s Details
Build Container Image / build_previous_armhf (push) Successful in 1m19s Details
Build Container Image / push_previous_arm64 (push) Successful in 34s Details
Build Container Image / build_previous (push) Successful in 44s Details
Build Container Image / push_previous_i386 (push) Successful in 31s Details
Build Container Image / build_latest_armhf (push) Successful in 1m6s Details
Build Container Image / push_previous_amd64 (push) Successful in 1m30s Details
Build Container Image / push_previous_armhf (push) Successful in 29s Details
Build Container Image / build_latest_amd64 (push) Successful in 39s Details
Build Container Image / build_latest_golang_armhf (push) Successful in 1m6s Details
Build Container Image / build_latest_i386 (push) Successful in 38s Details
Build Container Image / push_previous (push) Successful in 1m5s Details
Build Container Image / push_latest_amd64 (push) Successful in 11s Details
Build Container Image / push_latest_arm64 (push) Successful in 1m40s Details
Build Container Image / push_latest_armhf (push) Successful in 32s Details
Build Container Image / build_combination (push) Successful in 1m2s Details
Build Container Image / build_edge_amd64 (push) Successful in 41s Details
Build Container Image / build_latest (push) Successful in 1m39s Details
Build Container Image / push_latest_i386 (push) Successful in 1m42s Details
Build Container Image / push_edge_riscv64 (push) Successful in 33s Details
Build Container Image / build_latest_golang_amd64 (push) Successful in 37s Details
Build Container Image / build_latest_golang_i386 (push) Successful in 36s Details
Build Container Image / push_edge_amd64 (push) Successful in 1m32s Details
Build Container Image / push_latest (push) Successful in 1m41s Details
Build Container Image / push_latest_golang_amd64 (push) Successful in 23s Details
Build Container Image / push_latest_golang_i386 (push) Successful in 22s Details
Build Container Image / push_combination (push) Successful in 1m40s Details
Build Container Image / build_edge_arm64 (push) Successful in 37s Details
Build Container Image / push_latest_golang_armhf (push) Successful in 21s Details
Build Container Image / build_latest_golang_arm64 (push) Successful in 35s Details
Build Container Image / push_edge_arm64 (push) Successful in 34s Details
Build Container Image / build_edge (push) Successful in 48s Details
Build Container Image / push_latest_golang_arm64 (push) Successful in 23s Details
Build Container Image / push_edge (push) Successful in 24s Details
Build Container Image / build_latest_golang (push) Successful in 1m15s Details
Build Container Image / update_readme (push) Successful in 9s Details
Build Container Image / build_combination_golang (push) Successful in 1m3s Details
Build Container Image / push_latest_golang (push) Successful in 54s Details
Build Container Image / push_combination_golang (push) Successful in 53s Details
ci: allow any fast runner to push to relieve bottlenecks
2024-05-06 14:15:18 -04:00
.gitea/workflows ci: allow any fast runner to push to relieve bottlenecks 2024-05-06 14:15:18 -04:00
.reuse add reuse copyright information 2023-10-20 11:57:38 -04:00
LICENSES add reuse copyright information 2023-10-20 11:57:38 -04:00
override/usr/local support quoted nxbuild args 2023-11-03 16:17:15 -04:00
.dockerignore update *ignore files 2023-10-20 11:55:09 -04:00
Dockerfile fix: these single quotes are not needed 2024-03-31 14:39:03 -04:00
Dockerfile.edge fix: these single quotes are not needed 2024-03-31 14:39:03 -04:00
Dockerfile.golang fix: these single quotes are not needed 2024-03-31 14:39:03 -04:00
Dockerfile.previous fix: these single quotes are not needed 2024-03-31 14:39:03 -04:00
LICENSE.md update license #noci 2024-03-09 09:32:45 -05:00
README.md docs: update README with new dockerhub link 2024-03-22 14:41:52 -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-alpine:latest /bin/bash