Fred Damstra (k8s1) af1dbe3944 Image Builds using kaniko 2 år sedan
..
gogs af1dbe3944 Image Builds using kaniko 2 år sedan
sabnzbd af1dbe3944 Image Builds using kaniko 2 år sedan
README.md af1dbe3944 Image Builds using kaniko 2 år sedan

README.md

Images

Contains submodules and images, some of them forked.

gogs

Just built it myself because there was no suitable image. Needs to be in ~/go/src/github.com/gogs to build, then run docker build . -f Dockerfile.aarch64 -t fdamstra/gogs --network host

sabnzbd

Built fromlinuxserver/sabnzbd to add support for nzbToMedia

discord-downloader-go

Downlaods files from a discord channel, but not aarch64 build.

To build:

vim Dockerfile
# Change architecture to aarm64
docker build . -f Dockerfile -t fdamstra/discord-downloader-go --network host