-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Install current version of git (2.42.0) #24
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Dockerfile: - get all types of ssh keys from github and devops (not only rsa) - install most recent version of git - replace all `apt-get -yq` with `apt-get -y` - mega-linter workflow: - reduce token permission for contents to read - add job env `GITHUB_TOKEN` - dockerhub-description: - set commit sha for dockerhub-description action - ci workflow - use actions/checkout v4 - remove recommendations from docker scout - set severities for docker-scout to critical - dependabot: - set github-actions update interval to daily - small update to readme - remove `(tmp/|\\.example|` from regex exclude in .mega-linter.yml
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Overview
Labels (7 changes)
-org.opencontainers.image.authors='["git://github.com/mauwii/act-docker-images.git","mauwii"]'
+org.opencontainers.image.authors=['https://github.com/mauwii/act-docker-images','mauwii']
-org.opencontainers.image.created={{date 'dddd, MMMM Do YYYY, h:mm:ss a'}}
+org.opencontainers.image.created=2023-09-10T18:15:31.244Z
org.opencontainers.image.description=Docker Images for Nektos/act to run your GH-Workflows locally
-org.opencontainers.image.documentation=git://github.com/mauwii/act-docker-images.git
+org.opencontainers.image.documentation=https://github.com/mauwii/act-docker-images
org.opencontainers.image.licenses=MIT
org.opencontainers.image.ref.name=ubuntu
-org.opencontainers.image.revision=b3b0031f374f12db2e9149e82f68927b25db4749
+org.opencontainers.image.revision=8ca8a6c4d30c6337028ae381f535900f736fa48a
org.opencontainers.image.source=git://github.com/mauwii/act-docker-images.git
-org.opencontainers.image.title=mauwii/ubuntu-act:main
+org.opencontainers.image.title=mauwii/ubuntu-act:current-git
-org.opencontainers.image.url=https://github.com/mauwii/act-docker-images/blob/b3b0031f374f12db2e9149e82f68927b25db4749/linux/ubuntu/Dockerfile
+org.opencontainers.image.url=https://github.com/mauwii/act-docker-images/blob/8ca8a6c4d30c6337028ae381f535900f736fa48a/linux/ubuntu/Dockerfile
org.opencontainers.image.vendor=mauwii
-org.opencontainers.image.version=22.04
+org.opencontainers.image.version=22.04-current-git Packages and Vulnerabilities (22 package changes and 0 vulnerability changes)
Changes for packages of type
|
Package | Versiondocker.io/mauwii/ubuntu-act:22.04 |
Versiondocker.io/mauwii/ubuntu-act:22.04-current-git |
|
---|---|---|---|
♾️ | git | 1:2.34.1-1ubuntu1.10 |
1:2.42.0-0ppa1~ubuntu22.04.1 |
♾️ | git-man | 1:2.34.1-1ubuntu1.10 |
1:2.42.0-0ppa1~ubuntu22.04.1 |
Changes for packages of type npm
(20 changes)
Package | Versiondocker.io/mauwii/ubuntu-act:22.04 |
Versiondocker.io/mauwii/ubuntu-act:22.04-current-git |
|
---|---|---|---|
♾️ | build-utils | 7.1.0 |
7.1.1 |
♾️ | caniuse-lite | 1.0.30001528 |
1.0.30001532 |
♾️ | cosmiconfig | 8.3.4 |
8.3.5 |
♾️ | devkit | 16.8.0 |
16.8.1 |
♾️ | devkit | 16.8.0 |
16.8.1 |
♾️ | electron-to-chromium | 1.4.510 |
1.4.513 |
♾️ | gatsby-plugin-vercel-builder | 2.0.3 |
2.0.4 |
♾️ | msgpackr | 1.9.8 |
1.9.9 |
♾️ | next | 4.0.1 |
4.0.2 |
♾️ | node | 3.0.3 |
3.0.4 |
♾️ | node | 20.5.9 |
20.6.0 |
♾️ | nx | 16.8.0 |
16.8.1 |
♾️ | nx-linux-x64-gnu | 16.8.0 |
16.8.1 |
♾️ | nx-linux-x64-musl | 16.8.0 |
16.8.1 |
♾️ | redwood | 2.0.0 |
2.0.1 |
♾️ | remix-builder | 2.0.2 |
2.0.3 |
♾️ | ruby | 2.0.0 |
2.0.1 |
♾️ | static-build | 2.0.3 |
2.0.4 |
♾️ | tao | 16.8.0 |
16.8.1 |
♾️ | vercel | 32.1.0 |
32.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Container updates the version of git at build time, which currently is 2.42.0 (for 20.04 and 22.04).