1
Fork 0
docker-build-automation/README.md

20 lines
1.9 KiB
Markdown
Raw Normal View History

2024-06-07 17:28:35 -04:00
# Docker Build Automation
2024-06-07 16:26:39 -04:00
2024-06-10 19:08:08 -04:00
[![Build Status](https://ci.sudovanilla.org/api/badges/Korbs/docker-build-automation/status.svg)](https://ci.sudovanilla.org/Korbs/docker-build-automation)
2024-06-07 16:10:42 -04:00
2024-06-10 19:08:08 -04:00
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.
2024-06-07 17:47:55 -04:00
2024-06-07 18:52:17 -04:00
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
2024-06-10 19:08:08 -04:00
| Name | Arch | Images |
|-----------------|--------|------------------------------------------------------------------------------------------|
| 4Get | ARM64 | `ark.sudovanilla.org/korbs/4get:arm64`<br/>`codeberg.org/korbs/4get:arm64` |
2024-06-12 22:44:25 -04:00
| Aptabase | ARM64 | `ark.sudovanilla.org/korbs/aptabse:arm64`<br/>`codeberg.org/korbs/aptabse:arm64` |
| Araa Search | ARM64 | `ark.sudovanilla.org/korbs/araa-search:arm64` |
| Bin | ARM64 | `ark.sudovanilla.org/korbs/bin:arm64`<br/>`codeberg.org/korbs/bin:arm64` |
2024-06-10 19:08:08 -04:00
| Bun | ARM64 | `ark.sudovanilla.org/korbs/bun:arm64`<br/>`codeberg.org/korbs/bun:arm64` |
2024-06-12 22:44:25 -04:00
| Cinny | ARM64 | `ark.sudovanilla.org/korbs/cinny:arm64`<br/>`codeberg.org/korbs/cinny:arm64` |
2024-06-10 19:08:08 -04:00
| Hyperpipe | ARM64 | `ark.sudovanilla.org/korbs/hyperpipe:arm64`<br/>`codeberg.org/korbs/hyperpipe:arm64` |
2024-06-12 22:44:25 -04:00
| Poke | ARM64 | `ark.sudovanilla.org/korbs/poke:arm64`<br/>`codeberg.org/korbs/poke:arm64` (Official) |
| Whoogle Search | ARM64 | `ark.sudovanilla.org/korbs/whoogle:arm64`<br/>`codeberg.org/korbs/whoogle:arm64` |