This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 RELEASE_NAME : OpenARK
2020 IMAGE_NAME : openark
2121
22- ALPINE_VERSION : " 3.17 "
22+ ALPINE_VERSION : " 3.18 "
2323 DEX_VERSION : " latest"
2424 K8S_VERSION : " 1.27.4"
2525 ROCKYLINUX_VERSION : " 8"
Original file line number Diff line number Diff line change 66set dotenv-load
77
88# Configure environment variables
9- export ALPINE_VERSION := env_var_or_default (' ALPINE_VERSION' , ' 3.17 ' )
9+ export ALPINE_VERSION := env_var_or_default (' ALPINE_VERSION' , ' 3.18 ' )
1010export OCI_IMAGE := env_var_or_default (' OCI_IMAGE' , ' quay.io/ulagbulag/openark' )
1111export OCI_IMAGE_VERSION := env_var_or_default (' OCI_IMAGE_VERSION' , ' latest' )
1212export OCI_PLATFORMS := env_var_or_default (' OCI_PLATFORMS' , ' linux/arm64,linux/amd64' )
Original file line number Diff line number Diff line change 11# Configure environment variables
2- export ALPINE_VERSION := env_var_or_default (' ALPINE_VERSION' , ' 3.17 ' )
2+ export ALPINE_VERSION := env_var_or_default (' ALPINE_VERSION' , ' 3.19 ' )
33export K8S_VERSION := env_var_or_default (' K8S_VERSION' , ' 1.27.4' )
44export OCI_IMAGE := env_var_or_default (' OCI_IMAGE' , ' quay.io/ulagbulag/openark-vine-desktop' )
55export OCI_IMAGE_VERSION := env_var_or_default (' OCI_IMAGE_VERSION' , ' latest' )
You can’t perform that action at this time.
0 commit comments