Skip to content

Commit

Permalink
Merge pull request #565 from marmijo/marmijo-rebase-41
Browse files Browse the repository at this point in the history
Dockerfile: update to Fedora 41
travier authored Nov 27, 2024
2 parents 83ce1eb + 9a6a9d8 commit a982e39
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.fedoraproject.org/fedora:40 AS builder
FROM registry.fedoraproject.org/fedora:41 AS builder
RUN dnf install -y golang git-core
RUN mkdir /butane
COPY . /butane
WORKDIR /butane
RUN ./build_for_container

FROM registry.fedoraproject.org/fedora-minimal:40
FROM registry.fedoraproject.org/fedora-minimal:41
COPY --from=builder /butane/bin/container/butane /usr/local/bin/butane
ENTRYPOINT ["/usr/local/bin/butane"]
3 changes: 3 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,9 @@ nav_order: 9

## Upcoming Butane 0.23.0 (unreleased)

Starting with this release, Butane binaries are signed with the [Fedora 41
key](https://getfedora.org/security/).

### Features

- Stabilize Fcos spec 1.6.0, targeting Ignition spec 3.5.0

0 comments on commit a982e39

Please sign in to comment.