Skip to content

Commit

Permalink
Bump repo
Browse files Browse the repository at this point in the history
Fixes tty management on alpine

Signed-off-by: Itxaka <itxaka@kairos.io>
  • Loading branch information
Itxaka committed Oct 18, 2023
1 parent 7011449 commit b8e8d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ framework:
WORKDIR /build

COPY ./profile-build /build
COPY framework-profile.yaml /build
COPY +luet/luet /usr/bin/luet

RUN go mod download
COPY framework-profile.yaml /build
RUN go run main.go ${FLAVOR} framework-profile.yaml /framework

RUN mkdir -p /framework/etc/kairos/
Expand Down
4 changes: 2 additions & 2 deletions framework-profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ repositories:
priority: 2
urls:
- "quay.io/kairos/packages"
reference: 20231017085609-repository.yaml
reference: 20231017200333-repository.yaml
- !!merge <<: *kairos
arch: arm64
urls:
- "quay.io/kairos/packages-arm64"
reference: 20231017085108-repository.yaml
reference: 20231017200336-repository.yaml

0 comments on commit b8e8d80

Please sign in to comment.