Container images collection

June 15, 2026 ยท View on GitHub

containers AppImages

Before manual ./push.sh

podman login --username json_key --password-stdin ghcr.io

Build steps

  • clone me:

    git clone --recursive git@github.com:raven428/container-images && cd container-images
    
  • build some container image(s):

    MANUAL_IMAGES_DIRS='opencode-ubuntu-22_04/ utils-ubuntu-22_04/' _shared/_all/build.sh
    
  • push some container image(s):

    MANUAL_IMAGES_DIRS='opencode-ubuntu-22_04/ utils-ubuntu-22_04/' _shared/_all/push.sh
    
  • build appimage:

    TAG='ansible-11' _shared/_all/appimage.sh
    
  • send appimage release:

    git checkout master && git pull
    git tag -fm $(git branch --sho) 007 && git push origin --force $(git describe)