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

Invalid version value when passing "alpine" to build-rootfs script #1302

Open
mthalman opened this issue Dec 16, 2024 · 1 comment
Open

Invalid version value when passing "alpine" to build-rootfs script #1302

mthalman opened this issue Dec 16, 2024 · 1 comment

Comments

@mthalman
Copy link
Member

Dockerfiles that pass a versionless "alpine" value to Arcade's build-rootfs script (example) fail with a message similar to the following:

 > [builder 3/3] RUN /scripts/eng/common/cross/build-rootfs.sh arm64 alpine --skipunmount:
3.092   lldb-dev (no such package):
3.092     required by: world[lldb-dev]
3.092   lttng-ust-dev (no such package):
3.092     required by: world[lttng-ust-dev]
3.092   openssl-dev (no such package):
3.092     required by: world[openssl-dev]
3.092   python3 (no such package):
3.092     required by: world[python3]
3.092   zlib-dev (no such package):
3.092     required by: world[zlib-dev]

This is due to https://github.com/dotnet/arcade/pull/15327/files#r1886908574.

@am11
Copy link
Member

am11 commented Jan 3, 2025

This was fixed by dotnet/arcade#15338.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants