File tree 2 files changed +29
-6
lines changed
2 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 1
1
# https://quay.io/repository/kairos/packages?tab=tags&tag=latest
2
- ARG ELEMENTAL_CLI_VERSION=0.20221121.1
3
2
ARG LEAP_VERSION=15.4
4
3
ARG LUET_VERSION=0.33.0
5
- FROM quay.io/kairos/packages:elemental-cli-system-$ELEMENTAL_CLI_VERSION AS elemental
6
4
FROM quay.io/luet/base:$LUET_VERSION AS luet
7
5
8
- # ## TODO: Replace those naked Dockerfiles copies with luet install so we can keep track of all versioning with 1 repository tag
9
- # ## 1) Add the kairos repository with a reference
10
- # ## 2) populate folders accordingly
6
+ FROM opensuse/leap:$LEAP_VERSION as elemental-install
7
+ COPY --from=luet /usr/bin/luet /usr/bin/luet
8
+ ENV LUET_NOLOCK=true
9
+ COPY luet.yaml /etc/luet/luet.yaml
10
+ RUN luet install -y system/elemental-cli
11
11
12
12
# # amd64 Live CD artifacts
13
13
FROM quay.io/kairos/packages:grub2-livecd-0.0.6 AS grub2
@@ -35,7 +35,7 @@ FROM quay.io/kairos/packages:grub-config-static-0.1 AS grub-raw-config
35
35
FROM quay.io/kairos/packages:grub-artifacts-static-0.1 AS grub-raw-artifacts
36
36
37
37
FROM opensuse/leap:$LEAP_VERSION
38
- COPY --from=elemental /usr/bin/elemental /usr/bin/elemental
38
+ COPY --from=elemental-install /usr/bin/elemental /usr/bin/elemental
39
39
COPY --from=luet /usr/bin/luet /usr/bin/luet
40
40
41
41
# x86_64 ISOs
Original file line number Diff line number Diff line change
1
+ general :
2
+ debug : false
3
+ enable_emoji : true
4
+ spinner_charset : 9
5
+ repositories :
6
+ - name : " kairos"
7
+ description : " kairos repository"
8
+ type : " docker"
9
+ arch : amd64
10
+ cached : true
11
+ priority : 2
12
+ urls :
13
+ - " quay.io/kairos/packages"
14
+ reference : 20230324073123-repository.yaml
15
+ - name : " kairos-arm64"
16
+ description : " kairos repository arm64"
17
+ type : " docker"
18
+ arch : arm64
19
+ cached : true
20
+ priority : 2
21
+ urls :
22
+ - " quay.io/kairos/packages-arm64"
23
+ reference : 20230324075000-repository.yaml
You can’t perform that action at this time.
0 commit comments