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:
|
terry-docker
approved these changes
Apr 16, 2024
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>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.
-org.opencontainers.image.revision=2f21a94840461fb9d41f67d906533ea6a19b66be
-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 (14 package changes and 0 vulnerability changes)
Changes for packages of type
|
Package | Versiondocker/volumes-backup-extension:latest |
Versiondocker/volumes-backup-extension:pr-129 |
|
---|---|---|---|
➕ | busybox | 1.35.0 |
Changes for packages of type golang
(13 changes)
Package | Versiondocker/volumes-backup-extension:latest |
Versiondocker/volumes-backup-extension:pr-129 |
|
---|---|---|---|
➖ | github.com/bugsnag/bugsnag-go/v2 | 2.2.0 |
|
➕ | github.com/bugsnag/bugsnag-go/v2 | 2.2.0 |
|
➕ | github.com/cespare/xxhash/v2 | 2.2.0 |
|
➖ | github.com/cespare/xxhash/v2 | 2.2.0 |
|
➖ | github.com/cpuguy83/go-md2man/v2 | 2.0.2 |
|
➕ | github.com/cpuguy83/go-md2man/v2 | 2.0.2 |
|
➖ | github.com/labstack/echo/v4 | 4.10.2 |
|
➕ | github.com/labstack/echo/v4 | 4.10.2 |
|
➕ | github.com/russross/blackfriday/v2 | 2.1.0 |
|
➖ | github.com/russross/blackfriday/v2 | 2.1.0 |
|
➕ | github.com/urfave/cli/v2 | 2.25.5 |
|
➖ | github.com/urfave/cli/v2 | 2.25.5 |
|
♾️ | stdlib | 1.21.6 |
go1.21.9 |
stanislavHamara
force-pushed
the
add-beta-baner
branch
from
April 17, 2024 10:27
ed6721d
to
e417137
Compare
felipecruz91
approved these changes
Apr 17, 2024
benja-M-1
approved these changes
Apr 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I am wondering if we should tell the users that the extension will be removed from the marketplace once the feature is not beta rather than saying we will deprecate it.
@@ -3,6 +3,11 @@ | |||
[![Build, Scan and Push](https://github.com/docker/volumes-backup-extension/actions/workflows/build-scan-push.yaml/badge.svg)](https://github.com/docker/volumes-backup-extension/actions/workflows/build-scan-push.yaml) | |||
[![Lint Dockerfile](https://github.com/docker/volumes-backup-extension/actions/workflows/hadolint.yaml/badge.svg)](https://github.com/docker/volumes-backup-extension/actions/workflows/hadolint.yaml) | |||
|
|||
|
|||
> [!IMPORTANT] | |||
> The functionality in this extension is now available as a Beta feature in the Volumes tab of Docker Desktop in versions 4.29.0 and above. This extension will be deprecated once the features are out of Beta. [Learn more](https://docs.docker.com/desktop/use-desktop/volumes/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: Will we deprecate the image or remove it from the marketplace?
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.
Add banner redirecting the user to the core product