Skip to content

Files

Latest commit

e2b7539 · Mar 25, 2025

History

History

deploy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 25, 2025
Sep 20, 2024

Deploy

Development

Melange and APKO can be installed using make commands:

make melange apko

Images can be built with provided melange and apko make commands:

make melange-build apko-build \
    IMAGE=ttl.sh/$(id -u -n)/local-artifact-mirror:24h
    PACKAGE_VERSION=1.0.0
    MELANGE_CONFIG=deploy/packages/local-artifact-mirror/melange.tmpl.yaml
    APKO_CONFIG=deploy/images/local-artifact-mirror/apko.tmpl.yaml

NOTE: On Docker Desktop, Settings > Advanced > "Allow the default Docker socket to be used" must be enabled.