-
Notifications
You must be signed in to change notification settings - Fork 97
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
SDKMAN! does not list the latest Micronaut versions on Docker container #2693
Comments
not sure how we can fix this to be honest, does your docker container have egress access? |
Hey @graemerocher, thank you for your reply. And yes, everything is fine with egress access ➜ /workspace curl -I https://micronaut.io
HTTP/1.1 200 OK
Date: Wed, 29 Jan 2025 12:38:53 GMT
Server: Apache
WPO-Cache-Status: not cached
WPO-Cache-Message: The request method was not GET (HEAD)
Link: <https://micronaut.io/wp-json/>; rel="https://api.w.org/", <https://micronaut.io/wp-json/wp/v2/pages/3745>; rel="alternate"; title="JSON"; type="application/json", <https://micronaut.io/>; rel=shortlink
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer-when-downgrade
Strict-Transport-Security: max-age=63072000
Upgrade: h2,h2c
Connection: Upgrade
Access-Control-Allow-Origin: *
Content-Type: text/html; charset=UTF-8 |
Maybe it's related to container arch? And btw, I opened this issue here cause it's something that not happens with other sdks like java, groovy or kotlin. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SDKMAN! does not list the latest Micronaut versions (Works on macOS, fails on Ubuntu Docker container)
Description
I noticed that SDKMAN! is not showing the latest versions of Micronaut when running
sdk list micronaut
. The most recent versions available on the Micronaut Releases page are not appearing in the SDKMAN! registry. Interestingly, this issue occurs when running inside a Docker container based on Ubuntu, but works fine when running on macOS.Steps to Reproduce
✅ Works on macOS
❌ Fails in an Ubuntu-based Docker container
Expected Behavior
SDKMAN! should display the latest available versions of Micronaut regardless of the operating system.
Actual Behavior
sdk list micronaut
correctly displays the latest Micronaut versions.uname -a
Environment Details
sdk version
Additional Notes
sdk flush candidates
andsdk selfupdate
, but the issue persists.Thanks! 🚀
The text was updated successfully, but these errors were encountered: