1
Fork 0
docker-build-automation/README.md
Korbs c593717c0b
Some checks reported errors
continuous-integration/drone Build encountered an error
Don't wait for each image to build and move on to next one, build all now!
2024-08-30 04:44:58 -04:00

19 lines
No EOL
2.9 KiB
Markdown
Executable file

# Docker Build Automation
[![Build Status](https://ci.sudovanilla.org/api/badges/Korbs/docker-build-automation/status.svg)](https://ci.sudovanilla.org/Korbs/docker-build-automation)
Pretty much everything is running on Docker on SudoVanilla's server, however I refuse to pull images from Docker Hub as it is proprietary. To get around this, builds are done via automation on server, with a selfhosted Drone instance, and pushed here to SudoVanilla Ark and Codeberg.
Another reason for this, is that some projects either don't provide an image or don't have an image available for the arm64 arch(SudoVanilla server runs on a M2 chip, Asahi Linux).
## Images
| Name | Arch | Images |
|-----------------|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 4Get | `ARM64`<br/>`AMD64` | `ark.sudovanilla.org/korbs/4get:arm64`<br/>`codeberg.org/korbs/4get:arm64`</br>`ark.sudovanilla.org/korbs/4get:amd64`<br/>`codeberg.org/korbs/4get:amd64` |
| Aptabase | `ARM64`<br/>`AMD64` | `ark.sudovanilla.org/korbs/aptabse:arm64`<br/>`codeberg.org/korbs/aptabse:arm64`</br>`ark.sudovanilla.org/korbs/aptabse:amd64`<br/>`codeberg.org/korbs/aptabse:amd64` |
| Araa Search | `ARM64`<br/>`AMD64` | `ark.sudovanilla.org/korbs/araa-search:arm64`<br/>`codeberg.org/korbs/araa-search:arm64`</br>`ark.sudovanilla.org/korbs/araa-search:amd64`<br/>`codeberg.org/korbs/araa-search:amd64` |
| Debian Slim | `ARM64`<br/>`AMD64` | `ark.sudovanilla.org/korbs/debian-slim:arm64`<br/>`codeberg.org/korbs/debian-slim:arm64`</br>`ark.sudovanilla.org/korbs/debian-slim:amd64`<br/>`codeberg.org/korbs/debian-slim:amd64` |
| Bun | `ARM64`<br/>`AMD64` | `ark.sudovanilla.org/korbs/bun:arm64`<br/>`codeberg.org/korbs/bun:arm64`</br>`ark.sudovanilla.org/korbs/bun:amd64`<br/>`codeberg.org/korbs/bun:amd64` |
| Cinny | `ARM64`<br/>`AMD64` | `ark.sudovanilla.org/korbs/cinny:arm64`<br/>`codeberg.org/korbs/cinny:arm64`</br>`ark.sudovanilla.org/korbs/cinny:amd64`<br/>`codeberg.org/korbs/cinny:amd64` |
| Hyperpipe | `ARM64`<br/>`AMD64` | `ark.sudovanilla.org/korbs/hyperpipe:arm64`<br/>`codeberg.org/korbs/hyperpipe:arm64`</br>`ark.sudovanilla.org/korbs/hyperpipe:amd64`<br/>`codeberg.org/korbs/hyperpipe:amd64` |
| Poke | `ARM64`<br/>`AMD64` | `ark.sudovanilla.org/korbs/poke:arm64`<br/>`codeberg.org/korbs/poke:arm64`</br>`ark.sudovanilla.org/korbs/poke:amd64`<br/>`codeberg.org/korbs/poke:amd64` (Official) |