Add apko container definition, build workflow, and gitignore. Added container helper base image

This commit is contained in:
2026-01-23 10:41:21 +01:00
commit 9bc465fffd
3 changed files with 129 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/
# OS-specific
.DS_Store
Thumbs.db