From 7071bf14bf6716192042b26ed73ea4f9f7341f11 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 10 Jun 2024 19:08:08 -0400 Subject: [PATCH] Update tablea and fix badge link --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 27f47a4..8b05a52 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ # Docker Build Automation -[![Build Status](https://ci.sudovanilla.org/api/badges/Korbs/4get-build-automation/status.svg)](https://ci.sudovanilla.org/Korbs/4get-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. +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 | Image | -|-----------------|--------|---------------------------------------------------------| -| 4Get | ARM64 | ark.sudovanilla.org/korbs/4get:arm64 | -| Cinny | ARM64 | ark.sudovanilla.org/korbs/cinny:arm64 | -| Bun | ARM64 | ark.sudovanilla.org/korbs/bun:arm64 | -| Hyperpipe | ARM64 | ark.sudovanilla.org/korbs/hyperpipe:arm64 | -| Bin | ARM64 | ark.sudovanilla.org/korbs/bin:arm64 | -| Whoogle Search | ARM64 | ark.sudovanilla.org/korbs/whoogle:arm64 | -| Araa Search | ARM64 | ark.sudovanilla.org/korbs/araa-search:arm64 | \ No newline at end of file +| Name | Arch | Images | +|-----------------|--------|------------------------------------------------------------------------------------------| +| 4Get | ARM64 | `ark.sudovanilla.org/korbs/4get:arm64`
`codeberg.org/korbs/4get:arm64` | +| Cinny | ARM64 | `ark.sudovanilla.org/korbs/cinny:arm64`
`codeberg.org/korbs/cinny:arm64` | +| Bun | ARM64 | `ark.sudovanilla.org/korbs/bun:arm64`
`codeberg.org/korbs/bun:arm64` | +| Hyperpipe | ARM64 | `ark.sudovanilla.org/korbs/hyperpipe:arm64`
`codeberg.org/korbs/hyperpipe:arm64` | +| Bin | ARM64 | `ark.sudovanilla.org/korbs/bin:arm64`
`codeberg.org/korbs/bin:arm64` | +| Whoogle Search | ARM64 | `ark.sudovanilla.org/korbs/whoogle:arm64`
`codeberg.org/korbs/whoogle:arm64` | +| Araa Search | ARM64 | `ark.sudovanilla.org/korbs/araa-search:arm64` | +| Poke | ARM64 | `ark.sudovanilla.org/korbs/poke:arm64`
`codeberg.org/korbs/poke:arm64` (Official) | \ No newline at end of file