Update docker.io/python Docker tag to v3.11#3595
Update docker.io/python Docker tag to v3.11#3595renovate[bot] wants to merge 2 commits intodevelopfrom
Conversation
4a9bd5b to
f2ab66e
Compare
f2ab66e to
19dd55c
Compare
|
This seems like a good plan, any potential issues? |
Yes
This happened before when we upgrade docker python version from 3.9 to 3.10 |
trim21
left a comment
There was a problem hiding this comment.
need to upgrade python site package path for webui installation
Ahh indeed. Good catch. |
Edited/Blocked NotificationRenovate 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. |
| rm -rf /wheels | ||
|
|
||
| COPY --from=0 /flexget-ui-v2 /usr/local/lib/python3.10/site-packages/flexget/ui/v2/ | ||
| COPY --from=0 /flexget-ui-v2 /usr/local/lib/python3.11/site-packages/flexget/ui/v2/ |
There was a problem hiding this comment.
should move this line right after FROM so next time we'll notice it.
There was a problem hiding this comment.
Or add a warning comment about it before FROM
There was a problem hiding this comment.
I wonder if we can switch it to call the dev_tools.py bundle-webui command like the release script does rather than doing the copy manually. That would mean we don't have to remember anymore.
There was a problem hiding this comment.
Maybe create a TODO issue and do it later😁
There was a problem hiding this comment.
I decided to give that method a test and opened up a separate PR that more accurately describes the change. Will leave that one open for a minute in case anyone notices issues with that implementation.
This PR contains the following updates:
3.10-alpine->3.11-alpine3.10-alpine->3.11-alpineConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.