Closed gtardif closed 6 months ago
docker/volumes-backup-extension:pr-132
docker/volumes-backup-extension:pr-132
digest | sha256:c877c5bd905c5d1ee9365960ccf5181b3a4aa4b99bba14b67d7a1d404215a640 |
vulnerabilities | |
size | 45 MB |
packages | 52 |
busybox:1.35
also known as |
|
digest | sha256:505e5e20edbb5f2ac0abe3622358daf2f4a4c818eea0498445b7248e39db6728 |
vulnerabilities |
Docker image tag(s) pushed:
docker/volumes-backup-extension:pr-132
Labels added to images:
org.opencontainers.image.created=2024-04-26T09:16:53.589Z
org.opencontainers.image.description=Back up, clone, restore, and share Docker volumes effortlessly.
org.opencontainers.image.licenses=Apache-2.0
org.opencontainers.image.revision=
org.opencontainers.image.source=https://github.com/docker/volumes-backup-extension
org.opencontainers.image.title=volumes-backup-extension
org.opencontainers.image.url=https://github.com/docker/volumes-backup-extension
org.opencontainers.image.version=pr-132
Image reference | docker/volumes-backup-extension:latest |
docker/volumes-backup-extension:pr-132 |
---|---|---|
- digest | e2688d351d8d |
c877c5bd905c |
- provenance | https://github.com/docker/volumes-backup-extension.git#e44e78a16e0f83dee010998c689af405ca0ce27c/commit/e44e78a16e0f83dee010998c689af405ca0ce27c | |
- vulnerabilities | ||
- platform | linux/amd64 | linux/amd64 |
- size | 40 MB | 45 MB (+5.0 MB) |
- packages | 51 | 52 (+1) |
Base Image | busybox:1.35 also known as: • 1.35-uclibc • 1.35.0 • 1.35.0-uclibc |
busybox:1.35 also known as: • 1.35-uclibc • 1.35.0 • 1.35.0-uclibc |
- vulnerabilities |
The functionality in this extension is now available as a Beta feature in the Volumes tab in Docker Desktop versions 4.29.0 and later. This extension will be deprecated once the features are out of Beta. Learn more
With Volumes Backup & Share you can easily create copies of your volumes and also share them with others through SSH or pushing them to a registry.
golang
(1 changes)Package | Versiondocker/volumes-backup-extension:latest |
Versiondocker/volumes-backup-extension:pr-132 |
|
---|---|---|---|
:infinity: | stdlib | 1.21.9 |
go1.21.9 |
Fix docker build caching issue with secrets. This is causing the extension to display a "missing license" watermark on the UI table
Building a first time without secrets (to export for scout) introduced some cached layers that are wrongly reused when building with secrets. See known issue and fix
We can see in this build that the npm build using the secret is not using cache, that is already build in step "Build and export"