Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't that be
https://download.opensuse.org/distribution/leap/16.0/offline/Leap-16.0-offline-installer-x86_64.install.iso(note the 16.0-offline vs 16.0-online)?Also, I'm getting a 403 for all releases at https://get.opensuse.org/leap/16.0 so this release might not actually be valid?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The release is official since yesterday. The image is the right one (I don't know why the folder has this unintuitive name, though) because one is the network install image and one is the desktop image.
Due to the file size and the (I suspect) less efficient random access to the virtual cdrom drive that are (I guess) mapped to http range requests, I would use the netboot image instead of the offline installation media (which is 4.7GB large).
The 403 only happens when accessing via web browser but not via curl/wget.
This seems to be an issue with the CDN that I just reported to the openSUSE admins.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it... wasn't sure you intentionally didn't point at a fully-offline install, but given we're just proxying the image, I see where the Network image is more reasonable.