Skip to content
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 alpine Docker tag to v3.19 #108

Merged
merged 8 commits into from
Jan 18, 2024
Merged

Update alpine Docker tag to v3.19 #108

merged 8 commits into from
Jan 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
alpine final minor 3.18 -> 3.19
alpine stage minor 3.18 -> 3.19

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@at-wat at-wat self-requested a review January 7, 2024 01:16
@renovate renovate bot force-pushed the renovate/alpine-3.x branch from 92e9d88 to 45b31ad Compare January 9, 2024 02:20
@at-wat
Copy link
Member

at-wat commented Jan 9, 2024

Systemd version should be updated due to gcc version

Copy link
Contributor Author

renovate bot commented Jan 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Comment on lines +31 to +33
ARG SYSTEMD_VERSION=v254.4
ARG SYSTEMD_LIB_VERSION=0.37.0
ARG OPENEMBEDDED_CORE_SHA=8063bcb2d4fcfeded5edac3b0895151e8dc8bf0f
Copy link
Member

Choose a reason for hiding this comment

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

Needed due to GCC version update

done \
&& sed 's|-r .*/DataDog/datadog-agent-buildimages/main/requirements.txt|-r buildimages/requirements.txt|' -i requirements.txt \
&& python3 -m pip install -r requirements.txt
&& python3 -m pip install -r requirements.txt --break-system-packages
Copy link
Member

Choose a reason for hiding this comment

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

Pip>23.0 doesn't allow installing packages by default when there are python packages installed by other package managers

@at-wat at-wat requested a review from a team January 12, 2024 09:01
Copy link

@kamatama41 kamatama41 left a comment

Choose a reason for hiding this comment

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

🚀

@at-wat at-wat merged commit 6c128ec into master Jan 18, 2024
4 checks passed
@at-wat at-wat deleted the renovate/alpine-3.x branch January 18, 2024 01:02
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.

2 participants