mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-12-24 12:22:35 +00:00
Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36ea48fa23 | ||
|
|
3daf5c5421 | ||
|
|
29f9840d90 | ||
|
|
22133b515c | ||
|
|
d9148667f2 | ||
|
|
24b7fe2a6d | ||
|
|
0dca7d9ea1 | ||
|
|
570b6a244f | ||
|
|
f4842fba7e | ||
|
|
95739cf7e6 | ||
|
|
9392be9bd8 | ||
|
|
8b2fac5bbb | ||
|
|
2806239183 | ||
|
|
66c7aa5fb3 | ||
|
|
a6d03cffdf | ||
|
|
b21a5725a8 | ||
|
|
46d1e8547b | ||
|
|
29b4eb5964 | ||
|
|
0340dbf5bf | ||
|
|
2a55c3e080 | ||
|
|
beabe36c36 | ||
|
|
9af9939367 | ||
|
|
0fe28a034f | ||
|
|
db9c52985b | ||
|
|
fbe3874152 | ||
|
|
77756071c6 |
@@ -1,7 +1,7 @@
|
||||
# https://quay.io/repository/kairos/packages?tab=tags&tag=latest
|
||||
ARG LEAP_VERSION=15.5
|
||||
ARG LUET_VERSION=0.35.0
|
||||
ARG ENKI_VERSION=v0.0.17
|
||||
ARG LUET_VERSION=0.35.2
|
||||
ARG ENKI_VERSION=v0.0.32
|
||||
|
||||
FROM quay.io/luet/base:$LUET_VERSION AS luet
|
||||
FROM quay.io/kairos/enki:${ENKI_VERSION} as enki
|
||||
@@ -25,9 +25,8 @@ RUN mkdir -p /etc/luet/
|
||||
RUN cp /tmp/luet-${TARGETARCH}.yaml /etc/luet/luet.yaml
|
||||
|
||||
## Uki artifacts, will be set under the /usr/kairos directory
|
||||
## We can install both arches, as the artifacts are named differently
|
||||
RUN luet install --config /tmp/luet-amd64.yaml -y system/systemd-boot
|
||||
RUN luet install --config /tmp/luet-arm64.yaml -y system/systemd-boot
|
||||
RUN luet install -y system/systemd-boot
|
||||
|
||||
# ukify + measure
|
||||
RUN luet install -y system/systemd-ukify
|
||||
# ukify deps that are not in the suse repos as packages. ukify package provides this so we have the exact versions needed
|
||||
|
||||
@@ -12,4 +12,4 @@ repositories:
|
||||
priority: 2
|
||||
urls:
|
||||
- "quay.io/kairos/packages"
|
||||
reference: 20240219135130-repository.yaml
|
||||
reference: 20240329155336-repository.yaml
|
||||
|
||||
@@ -12,4 +12,4 @@ repositories:
|
||||
priority: 2
|
||||
urls:
|
||||
- "quay.io/kairos/packages-arm64"
|
||||
reference: 20240219145903-repository.yaml
|
||||
reference: 20240329173051-repository.yaml
|
||||
|
||||
Reference in New Issue
Block a user