Add table
This commit is contained in:
parent
b3b43742ee
commit
d6eabb8446
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -4,4 +4,13 @@
|
|||
|
||||
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.
|
||||
|
||||
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).
|
||||
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 |
|
Loading…
Reference in a new issue