-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathastralforge.env.example
More file actions
31 lines (26 loc) · 888 Bytes
/
Copy pathastralforge.env.example
File metadata and controls
31 lines (26 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copy this file to .astralforge.env and uncomment what you need.
# Environment variables and CLI flags override values from this file.
# Image build
# ASTRALFORGE_IMAGE=localhost/astralforge:latest
# ASTRALFORGE_BASE_IMAGE=quay.io/fedora/fedora-silverblue:44
# ASTRALFORGE_CONTAINERFILE=Containerfile
# ASTRALFORGE_CONTEXT=.
# ASTRALFORGE_SOURCE=https://github.com/example/example
# ASTRALFORGE_GIT_SHA=
# Disk image build
# ASTRALFORGE_OUTPUT_DIR=output
# ASTRALFORGE_BIB_IMAGE=quay.io/centos-bootc/bootc-image-builder:latest
# ASTRALFORGE_ROOTFS=btrfs
# ASTRALFORGE_BUILD_CONFIG=iso.toml
# ASTRALFORGE_USE_LIBREPO=1
# ASTRALFORGE_CHOWN_OUTPUT=1
# ASTRALFORGE_FORCE_SYNC=0
# ASTRALFORGE_STORAGE_MOUNT_MODE=rw
# Tooling
# ASTRALFORGE_PODMAN=podman
# ASTRALFORGE_SUDO=sudo
# Hooks
# ASTRALFORGE_HOOKS_DIR=.astralforge-hooks
# Behavior
# ASTRALFORGE_VERBOSE=0
# ASTRALFORGE_DRY_RUN=0