Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit df17187

Browse files
Merge pull request #130 from docker/add-beta-baner
Add the message to marketplace description
2 parents 4341f69 + 7b8cca6 commit df17187

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ENV BUGSNAG_RELEASE_STAGE=$BUGSNAG_RELEASE_STAGE
5454
ENV BUGSNAG_APP_VERSION=$BUGSNAG_APP_VERSION
5555

5656
LABEL org.opencontainers.image.title="Volumes Backup & Share" \
57-
org.opencontainers.image.description="Backup, clone, restore, and share Docker volumes effortlessly." \
57+
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." \
5858
org.opencontainers.image.vendor="Docker Inc." \
5959
com.docker.desktop.extension.api.version=">= 0.2.3" \
6060
com.docker.extension.screenshots="[ \
@@ -65,7 +65,8 @@ LABEL org.opencontainers.image.title="Volumes Backup & Share" \
6565
{\"alt\": \"Clone volume dialog\", \"url\": \"https://raw.githubusercontent.com/docker/volumes-backup-extension/main/docs/images/5-clone.png\"}, \
6666
{\"alt\": \"Delete volume dialog\", \"url\": \"https://raw.githubusercontent.com/docker/volumes-backup-extension/main/docs/images/6-delete.png\"} \
6767
]" \
68-
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> \
68+
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> \
69+
<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> \
6970
<h2 id="-features">✨ What can you do with this extension?</h2> \
7071
<ul> \
7172
<li>Export a volume:</li> \

ui/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const Header = () => (
4343
>
4444
<Typography variant="body1" sx={{ p: 2 }}>
4545
The functionality in this extension is now available as a Beta feature
46-
in the Volumes tab of Docker Desktop in versions 4.29.0 and above. This
46+
in the Volumes tab in Docker Desktop versions 4.29.0 and later. This
4747
extension will be deprecated once the features are out of Beta.{" "}
4848
<Link
4949
href="#"

0 commit comments

Comments
 (0)