-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Upgrade to hassio-addons/base:17.1.4 #346
Conversation
Fix musl dependency 1.2.5-r8 -> r9 for alpine 3.21 Upgrade packages to align with alpine 3.21 repository Upgrade wireguard-go to the latest commit to avoid golang.org/x/net/internal/socket: invalid reference to syscall.recvmsg message during build with go 1.23 Signed-off-by: Artur Kaufmann <[email protected]>
This is for Dependabot/renovate. |
Caution Review failedThe pull request is closed. WalkthroughThe changes upgrade the base image from version 16.3.6 to 17.1.4 across both the Dockerfile and build.yaml, update several dependency versions (including git, go, iptables, and openresolv), and add the musl package. The Dockerfile now clones the master branch and checks out a specific commit for improved source control handling. The build.yaml file reflects the same base image upgrade for multiple architectures. Changes
Sequence Diagram(s)sequenceDiagram
participant Build as Docker Build Process
participant Git as Git Repository
Build->>Git: Clone repository (branch: master)
Git-->>Build: Repository cloned
Build->>Git: Checkout commit 12269c2761734b15625017d8565745096325392f
Git-->>Build: Commit checked out
Build->>Build: Continue building the image
Possibly related PRs
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Sorry, I don't understand. The migration should be done by Dependabot and that's why it was closed immediately? |
This one isn't correct (musl shouldn't be upgraded in-place), and B is handled by bots. ../Frenck |
Fix musl dependency 1.2.5-r8 -> r9 for alpine 3.21
Upgrade packages to align with alpine 3.21 repository
Upgrade wireguard-go to the latest commit to avoid golang.org/x/net/internal/socket: invalid reference to syscall.recvmsg message during build with go 1.23
Proposed Changes
Related Issues
Summary by CodeRabbit