-
Notifications
You must be signed in to change notification settings - Fork 4
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 php images to latest #655
Conversation
5.0.13 - [Backport v5.0-branch] Update Afterburner to 0.5.0 by @hm-backport in #263 6.0.13 - [Backport v6.0-branch] Update Afterburner to 0.5.0 by @hm-backport in #264 8.2.12 - [Backport v8.2-branch] Bump php from 8.2.12-fpm-bookworm to 8.2.13-fpm-bookworm by @hm-backport in #258 - [Backport v8.2-branch] Bump php from 8.2.13-fpm-bookworm to 8.2.14-fpm-bookworm by @hm-backport in #260 - Update Afterburner to 0.5.0 by @joehoyle in #262
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v15-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 3eb1e0c48fd06880b1a5101afdee6297e5ddfb42
# Create a new branch with these backported commits.
git checkout -b backport-655-to-v15-branch
# Push it to GitHub.
git push --set-upstream origin backport-655-to-v15-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v16-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 3eb1e0c48fd06880b1a5101afdee6297e5ddfb42
# Create a new branch with these backported commits.
git checkout -b backport-655-to-v16-branch
# Push it to GitHub.
git push --set-upstream origin backport-655-to-v16-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v17-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 3eb1e0c48fd06880b1a5101afdee6297e5ddfb42
# Create a new branch with these backported commits.
git checkout -b backport-655-to-v17-branch
# Push it to GitHub.
git push --set-upstream origin backport-655-to-v17-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport Then, create a pull request where the |
5.0.13
6.0.13
8.2.12