-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16 #253
base: main
Are you sure you want to change the base?
Conversation
a8f0f5d
to
0f62f47
Compare
f85e3a6
to
e37e782
Compare
e37e782
to
d5310b8
Compare
d5310b8
to
7712c0e
Compare
7712c0e
to
0d27933
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe changes involve an upgrade of the Docker base image in both the Changes
Poem
🪧 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 (
|
0d27933
to
8546694
Compare
8546694
to
47a45d7
Compare
5be4bdd
to
eefffed
Compare
eefffed
to
d355761
Compare
d355761
to
0654c80
Compare
0654c80
to
67f2819
Compare
67f2819
to
8b524fd
Compare
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- spotify/Dockerfile (1 hunks)
- spotify/build.yaml (1 hunks)
Additional comments not posted (2)
spotify/build.yaml (1)
3-5
: Verify the impact of the base image version update.The base image version has been updated to
16.2.1
for all architectures. Ensure that the new version is compatible with your application and that there are no breaking changes introduced by this update.spotify/Dockerfile (1)
1-1
: Verify the impact of the base image version update.The base image version has been updated to
16.2.1
. Ensure that the new version is compatible with your application and that there are no breaking changes introduced by this update.Verification successful
No occurrences of the old base image version found
The old base image version
ghcr.io/hassio-addons/base:14.3.3
was not found in any Dockerfile, indicating that the update to version16.2.1
is isolated. However, please ensure that the new version is compatible with your application by reviewing any relevant documentation or release notes for potential breaking changes.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the impact of the base image version update on the Docker build process. # Test: Check for any Dockerfiles using the older version. Expect: No occurrences of the old version. rg --type dockerfile 'ghcr.io/hassio-addons/base:14.3.3'Length of output: 91
Script:
#!/bin/bash # Description: Verify the impact of the base image version update on the Docker build process. # Find all Dockerfiles and search for occurrences of the old base image version. fd -I -t f -p Dockerfile | xargs rg 'ghcr.io/hassio-addons/base:14.3.3'Length of output: 71
fced25f
to
8668a6e
Compare
8668a6e
to
ab56121
Compare
ab56121
to
b083b5d
Compare
b083b5d
to
ca1cbcf
Compare
This PR contains the following updates:
14.3.3
->16.3.4
14.3.3
->16.3.4
Release Notes
hassio-addons/addon-base (ghcr.io/hassio-addons/base)
v16.3.4
Compare Source
What’s changed
⬆️ Dependency updates
v16.3.3
Compare Source
What’s changed
⬆️ Dependency updates
v16.3.2
Compare Source
What’s changed
⬆️ Dependency updates
v16.3.1
Compare Source
What’s changed
⬆️ Dependency updates
v16.3.0
Compare Source
What’s changed
⬆️ Dependency updates
v16.2.1
Compare Source
What’s changed
⬆️ Dependency updates
v16.2.0
Compare Source
What’s changed
⬆️ Dependency updates
v16.1.3
Compare Source
What’s changed
⬆️ Dependency updates
v16.1.2
Compare Source
What’s changed
⬆️ Dependency updates
v16.1.1
Compare Source
What’s changed
⬆️ Dependency updates
v16.1.0
Compare Source
What’s changed
⬆️ Dependency updates
v16.0.1
Compare Source
What’s changed
🧰 Maintenance
⬆️ Dependency updates
v16.0.0
Compare Source
What’s changed
⬆️ Dependency updates
v15.0.9
Compare Source
What’s changed
⬆️ Dependency updates
v15.0.8
Compare Source
What’s changed
⬆️ Dependency updates
v15.0.7
Compare Source
What’s changed
⬆️ Dependency updates
v15.0.6
Compare Source
What’s changed
⬆️ Dependency updates
v15.0.5
Compare Source
What’s changed
⬆️ Dependency updates
v15.0.4
Compare Source
What’s changed
🧰 Maintenance
⬆️ Dependency updates
v15.0.3
Compare Source
What’s changed
⬆️ Dependency updates
v15.0.2
Compare Source
What’s changed
⬆️ Dependency updates
v15.0.1
Compare Source
What’s changed
🚀 Enhancements
v15.0.0
Compare Source
What’s changed
⬆️ Dependency updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.