This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Docker image tag(s) pushed:
Labels added to images:
|
Overview
Environment Variables (2 changes)
-BUGSNAG_APP_VERSION=
+BUGSNAG_APP_VERSION=latest
-BUGSNAG_RELEASE_STAGE=production
+BUGSNAG_RELEASE_STAGE=local
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin Labels (2 changes)
com.docker.desktop.extension.api.version=>= 0.2.3
com.docker.desktop.extension.icon=https://raw.githubusercontent.com/docker/volumes-backup-extension/main/icon.svg
com.docker.extension.additional-urls=[ {"title":"Support", "url":"https://github.com/docker/volumes-backup-extension/issues"} ]
com.docker.extension.categories=volumes
com.docker.extension.changelog=<ul> <li>Fixed current image vulnerabilities (CVEs) using Docker Scout.</li> </ul>
com.docker.extension.detailed-description=<p><strong>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.</strong> <a href='https://docs.docker.com/desktop/use-desktop/volumes/'>Learn more</a></p> <p>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.</p> <h2 id=-features>✨ What can you do with this extension?</h2> <ul> <li>Export a volume:</li> <ul><li>To a compressed file in your local filesystem</li> <li>To an existing local image</li> <li>To a new local image</li> <li>To a new image in Docker Hub (or another registry)</li></ul> <li>Import data into a new container or into an existing container:</li> <ul><li>From a compressed file in your local filesystem</li> <li>From an existing image</li> <li>From an existing image in Docker Hub (or another registry)</li></ul> <li>Transfer a volume via SSH to another host that runs Docker Desktop or Docker engine.</li> <li>Clone, empty or delete a volume</li> </ul> <h2>Acknowledgements</h2> <ul> <li><a href="/BretFisher/docker-vackup">Vackup project by Bret Fisher</a></li> <li><a href="https://www.youtube.com/watch?v=BHKp7Sc3VVc">Building Vackup - LiveStream on YouTube</a></li> <ul>
com.docker.extension.publisher-url=https://www.docker.com/
com.docker.extension.screenshots=[ {"alt": "Home page - list of volumes", "url": "https://raw.githubusercontent.com/docker/volumes-backup-extension/main/docs/images/1-table.png"}, {"alt": "Import data into a new volume", "url": "https://raw.githubusercontent.com/docker/volumes-backup-extension/main/docs/images/2-import-new.png"}, {"alt": "Export volume dialog", "url": "https://raw.githubusercontent.com/docker/volumes-backup-extension/main/docs/images/3-export.png"}, {"alt": "Transfer volume to another host", "url": "https://raw.githubusercontent.com/docker/volumes-backup-extension/main/docs/images/4-transfer.png"}, {"alt": "Clone volume dialog", "url": "https://raw.githubusercontent.com/docker/volumes-backup-extension/main/docs/images/5-clone.png"}, {"alt": "Delete volume dialog", "url": "https://raw.githubusercontent.com/docker/volumes-backup-extension/main/docs/images/6-delete.png"} ]
org.opencontainers.image.description=Backup, clone, restore, and share Docker volumes effortlessly. Also available as a Beta feature in the Volumes tab in Docker Desktop version 4.29.0 and later. This extension will be soon deprecated.
-org.opencontainers.image.revision=df1718760ffc42139e8afee52f11c104e4fe7589
-org.opencontainers.image.source=https://github.com/docker/volumes-backup-extension
org.opencontainers.image.title=Volumes Backup & Share
org.opencontainers.image.vendor=Docker Inc. Policies (1 improved, 1 worsened, 1 missing data)
Packages and Vulnerabilities (1 package changes and 0 vulnerability changes)
Changes for packages of type
|
Package | Versiondocker/volumes-backup-extension:latest |
Versiondocker/volumes-backup-extension:pr-131 |
|
---|---|---|---|
♾️ | stdlib | 1.21.9 |
go1.21.9 |
benja-M-1
force-pushed
the
fix/mui-license
branch
from
April 18, 2024 20:07
18a3202
to
4f76135
Compare
stanislavHamara
approved these changes
Apr 19, 2024
lucbpz
approved these changes
Apr 19, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Version 1.1.5 (which is the latest at the time of writing) does not contain the MUI license, and thus, the watermark appears.I am not able to explain why, but if you install the version from this PR, the MUI watermark is not present.
What did I do?
However, I am not 100% confident those changes are what fixed the issue. I rather suspect something in the actions we use to build and push images.
Anyway, the built image of this PR works so I'd be keen on releasing a new version once this PR got merged.