Skip to content

Commit 05cd6d9

Browse files
hadron init
1 parent 30bcd04 commit 05cd6d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Earthfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ IF [ "$OS_DISTRIBUTION" = "ubuntu" ] && [ "$BASE_IMAGE" = "" ]
101101
ELSE IF [ "$OS_DISTRIBUTION" = "opensuse-leap" ] && [ "$BASE_IMAGE" = "" ]
102102
ARG BASE_IMAGE_TAG=kairos-opensuse:leap-$OS_VERSION-core-$ARCH-generic-$KAIROS_VERSION
103103
ARG BASE_IMAGE=$KAIROS_BASE_IMAGE_URL/$BASE_IMAGE_TAG
104+
ELSE IF [ "$OS_DISTRIBUTION" = "hadron" ] && [ "$BASE_IMAGE" = "" ]
105+
ARG BASE_IMAGE=quay.io/kairos/hadron:v0.0.1-beta2-core-amd64-generic-v3.6.1-beta2
104106
ELSE IF [ "$OS_DISTRIBUTION" = "rhel" ] || [ "$OS_DISTRIBUTION" = "sles" ]
105107
# Check for default value for rhel
106108
ARG BASE_IMAGE

0 commit comments

Comments
 (0)