Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add xgenext2fs #19

Merged
merged 1 commit into from
Nov 30, 2023
Merged

feat: add xgenext2fs #19

merged 1 commit into from
Nov 30, 2023

Conversation

mpolitzer
Copy link
Collaborator

@mpolitzer mpolitzer commented Nov 30, 2023

close #16

@mpolitzer mpolitzer force-pushed the feat/add-xgenext2fs branch 4 times, most recently from 77ceccc to d17b44f Compare November 30, 2023 19:55
@mpolitzer mpolitzer requested a review from a team November 30, 2023 20:42
@mpolitzer mpolitzer self-assigned this Nov 30, 2023
@mpolitzer mpolitzer added the enhancement New feature or request label Nov 30, 2023
wget vim wget curl zip unzip libexpat-dev python3 help2man && \
rm -rf /var/lib/apt/lists/*

RUN \
wget -O /tmp/xgenext2fs.deb https://github.com/cartesi/genext2fs/releases/download/v1.15.3/xgenext2fs_${TARGETARCH}.deb && \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you think it makes sense to move the version to the env var here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I'm actually ambivalent to it.
But we'll have to edit this file on any change to xgenext2fs either way due to the checksums.

@mpolitzer mpolitzer merged commit 146dcee into main Nov 30, 2023
3 checks passed
@mpolitzer mpolitzer deleted the feat/add-xgenext2fs branch November 30, 2023 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Bundle the latest genext2fs into the image
3 participants