Skip to content

Conversation

@OCOtheOmega
Copy link

@OCOtheOmega OCOtheOmega commented Dec 30, 2025

Description

Since spacestation 14 officially moved from .NET 9 to 10 eggs need to be updated. Without updating it wont start anyway bc new build require .NET 10.
space-wizards/space-station-14#41855

Checklist for all submissions

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you tested and reviewed your changes with confidence that everything works?
  • Did you branch your changes and PR from that branch and not from your master branch?
  • You verify that the start command applied does not use a shell script
    • If some script is needed then it is part of a current yolk or a PR to add one
  • The egg was exported from the panel

"features": null,
"docker_images": {
"Dotnet 9": "ghcr.io\/ptero-eggs\/yolks:dotnet_9"
"Dotnet 10": "ghcr.io\/ptero-eggs\/yolks:dotnet_10"
Copy link
Member

Choose a reason for hiding this comment

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

This image does not exist.

@danny6167
Copy link
Member

Hi @OCOtheOmega, Since the referenced image didn't exist until just now, I just wanted to ask if you've actually tested this?

@OCOtheOmega
Copy link
Author

OCOtheOmega commented Jan 6, 2026

Hi @OCOtheOmega, Since the referenced image didn't exist until just now, I just wanted to ask if you've actually tested this?

Actually, I used a slightly modified script of my own and only now noticed that it uses https://github.com/pelican-eggs/yolks/tree/master/dotnet/10 instead of the one in the original script. I apologize for not noticing this, but the original script does not work without the dotnet update anyway. Therefore, we either need to change yolks or leave the addition of .NET 10 for the future. My own script only had minor edits to the settings and changes to yolks. But since it was a long time ago, I apparently forgot that I had done that, and when testing, I simply changed the version to 10 and the script worked perfectly, so I thought that this would also solve the problem in the original script, but apparently ptero-eggs is not updated very often.

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.

3 participants