-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update danysk/makepkg docker tag to v1.1.61 #3
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
base: master
Are you sure you want to change the base?
Conversation
cd7900b to
5668974
Compare
a6d9e2b to
5668974
Compare
|
π Entelligence AI Vulnerability Scanner β No security vulnerabilities found! Your code passed our comprehensive security analysis. |
WalkthroughThis PR updates the base Docker image in the deps-utils Dockerfile from danysk/makepkg:1.1.30 to danysk/makepkg:1.1.61. This version upgrade incorporates the latest improvements, bug fixes, and security patches available in the newer makepkg utility Docker image. While the change is minimal in terms of code modification, it may impact build processes or dependencies that rely on specific functionality provided by the Docker image. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
title Docker Image Update Process
actor Developer
participant GitRepo as "Git Repository"
participant CI as "CI/CD Pipeline"
participant DockerBuild as "Docker Build Process"
participant OldImage as "danysk/makepkg:1.1.30"
participant NewImage as "danysk/makepkg:1.1.61"
Developer->>GitRepo: Update Dockerfile
Note over Developer,GitRepo: Change FROM danysk/makepkg:1.1.30<br>to FROM danysk/makepkg:1.1.61
Developer->>GitRepo: Create Pull Request
GitRepo->>CI: Trigger CI pipeline
CI->>DockerBuild: Start build process
alt Before PR
DockerBuild->>OldImage: Pull base image (1.1.30)
OldImage-->>DockerBuild: Provide base layer
else After PR
DockerBuild->>NewImage: Pull base image (1.1.61)
NewImage-->>DockerBuild: Provide base layer
end
DockerBuild->>DockerBuild: Add application layers
DockerBuild-->>CI: Return built image
CI-->>GitRepo: Report build status
GitRepo-->>Developer: Notify PR status
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add π / π emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
|
LGTM π |
This PR contains the following updates:
1.1.30β1.1.61Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.