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

oryx unpin dotnet version and install using apt #991

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

prathameshzarkar9
Copy link
Contributor

Issue 885
Feature Name:

  • Oryx

Description:
This PR does the following -

  • removed script installation for dotnet and reverted to apt installation for the latest dotnet version

Changelog:

  • Updated install.sh

Checklist:

  • Test devcontainer with the scenarios should succeed

@prathameshzarkar9 prathameshzarkar9 requested a review from a team as a code owner June 3, 2024 09:52
echo "'dotnet 8' was not detected. Attempting to install .NET 8 to build oryx."

# The oryx build fails with .Net 8.0.201, see https://github.com/devcontainers/images/issues/974
# Pinning it to a working version until the upstream Oryx repo updates the dependency
# install_dotnet_using_apt
PINNED_SDK_VERSION="8.0.101"
Copy link
Member

Choose a reason for hiding this comment

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

Looking at https://github.com/devcontainers/features/actions/runs/9348034682/job/25726319177?pr=991#step:4:914 doesn't seem like we can get rid of this just yet.

Let's move this to a draft PR and open back once the tests are 🟢

Copy link
Contributor Author

Choose a reason for hiding this comment

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

converted this PR to Draft mode. will revisit when the dependent packages are up-to-date for this migration.

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

Successfully merging this pull request may close these issues.

2 participants