-
Notifications
You must be signed in to change notification settings - Fork 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
Update Docker SBOM generator and Dockerfile syntax version #659
Conversation
Signed-off-by: Jürgen Kreileder <[email protected]>
Recommended fixes for image
|
Name | 3.13.1-alpine3.20 |
Digest | sha256:7bc78c6d338ab35ff94c90207c8b5457185f50f1fc059089f0b0069c8184280c |
Vulnerabilities | |
Pushed | 2 weeks ago |
Size | 19 MB |
Packages | 41 |
Flavor | alpine |
OS | 3.20 |
Runtime | 3.13.1 |
The base image is also available under the supported tag(s):3-alpine3.20
,3.13-alpine
,3.13-alpine3.20
,3.13.1-alpine
,3.13.1-alpine3.20
,alpine
,alpine3.20
Refresh base image
Rebuild the image using a newer base image version. Updating this may result in breaking changes.Tag | Details | Pushed | Vulnerabilities |
---|---|---|---|
3-alpine Newer image for same tag Also known as:
|
Benefits:
|
2 weeks ago | |
Change base image
✅ There are no tag recommendations at this time.
Overview
Environment Variables (2 changes)
GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONDONTWRITEBYTECODE=1
PYTHONFAULTHANDLER=1
+PYTHON_SHA256=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9
-PYTHON_VERSION=3.13.0
+PYTHON_VERSION=3.13.1 Labels (3 changes)
-org.opencontainers.image.created=2024-11-08T09:30:05.868Z
+org.opencontainers.image.created=2024-12-20T13:59:31.901Z
org.opencontainers.image.description=Update Hetzner Cloud firewall rules with current Cloudflare IP ranges
org.opencontainers.image.licenses=MIT
-org.opencontainers.image.revision=e4eb5d1df244d0bc3ea7f09542b95c5368fbc7ab
+org.opencontainers.image.revision=42663d072e248c6393087fcd534db09b21e0e3e4
org.opencontainers.image.source=https://github.com/jkreileder/cf-ips-to-hcloud-fw
org.opencontainers.image.title=cf-ips-to-hcloud-fw
org.opencontainers.image.url=https://github.com/jkreileder/cf-ips-to-hcloud-fw
-org.opencontainers.image.version=1.0.14
+org.opencontainers.image.version=pr-659 Policies (0 improved, 1 worsened, 2 missing data)
Packages and Vulnerabilities (18 package changes and 2 vulnerability changes)
Changes for packages of type
|
Package | Versionjkreileder/cf-ips-to-hcloud-fw:1 |
Versionquay.io/jkreileder/cf-ips-to-hcloud-fw:pr-659 |
|
---|---|---|---|
♾️ | .python-rundeps | 20241017.164351 |
20241205.142133 |
➖ | expat | 2.6.3-r0 |
|
Removed vulnerabilities (1): |
|||
♾️ | libcrypto3 | 3.3.2-r0 |
3.3.2-r1 |
➖ | libexpat | 2.6.3-r0 |
|
♾️ | libncursesw | 6.4_p20240420-r1 |
6.4_p20240420-r2 |
♾️ | libpanelw | 6.4_p20240420-r1 |
6.4_p20240420-r2 |
♾️ | libssl3 | 3.3.2-r0 |
3.3.2-r1 |
♾️ | ncurses | 6.4_p20240420-r1 |
6.4_p20240420-r2 |
♾️ | ncurses-terminfo-base | 6.4_p20240420-r1 |
6.4_p20240420-r2 |
♾️ | openssl | 3.3.2-r0 |
3.3.2-r1 |
Removed vulnerabilities (1): |
Changes for packages of type generic
(1 changes)
Package | Versionjkreileder/cf-ips-to-hcloud-fw:1 |
Versionquay.io/jkreileder/cf-ips-to-hcloud-fw:pr-659 |
|
---|---|---|---|
♾️ | python | 3.13.0 |
3.13.1 |
Changes for packages of type pypi
(7 changes)
Package | Versionjkreileder/cf-ips-to-hcloud-fw:1 |
Versionquay.io/jkreileder/cf-ips-to-hcloud-fw:pr-659 |
|
---|---|---|---|
♾️ | anyio | 4.6.2.post1 |
4.7.0 |
♾️ | certifi | 2024.8.30 |
2024.12.14 |
♾️ | cf-ips-to-hcloud-fw | 1.0.14 |
1.0.15.dev0 |
♾️ | cloudflare | 3.1.0 |
3.1.1 |
♾️ | httpcore | 1.0.6 |
1.0.7 |
♾️ | pip | 24.2 |
24.3.1 |
♾️ | six | 1.16.0 |
1.17.0 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #659 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 151 151
Branches 15 15
=========================================
Hits 151 151
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Upgrade the Docker SBOM generator to version 1.16.1 and update the Dockerfile syntax version to 1.12.1 for improved compatibility and features.