From 8e39b9b55ecc1b8844d6ef906d88af1b8ce04ee2 Mon Sep 17 00:00:00 2001 From: Jan Henning Thorsen Date: Tue, 17 Oct 2023 22:12:17 +0900 Subject: [PATCH] Updated README.md to point to ghcr.io/convos-chat/convos:alpha --- Dockerfile | 2 +- README.md | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index febd725ab..d8694fd8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# convos/convos +# docker pull ghcr.io/convos-chat/convos:alpha # # See https://convos.chat/doc/config.html for details about the environment variables # diff --git a/README.md b/README.md index 6fc58f6d5..17d4c3c45 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![convos](https://snapcraft.io//convos/badge.svg)](https://snapcraft.io/convos) -[![Docker Status](https://github.com/convos-chat/convos/workflows/Docker%20Image%20CI/badge.svg?branch=main)](https://hub.docker.com/r/convos/convos) [![Build Status](https://github.com/convos-chat/convos/workflows/Linux%20CI/badge.svg?branch=main)](https://github.com/convos-chat/convos/actions) [![GitHub issues](https://img.shields.io/github/issues/convos-chat/convos)](https://github.com/convos-chat/convos/issues) @@ -36,13 +35,15 @@ That's it! After the two commands above, you can point your browser to You can use the command below to pull and run convos: ```bash -docker pull convos/convos:stable +docker pull ghcr.io/convos-chat/convos:alpha mkdir -p $HOME/convos/data -docker run -it -p 8080:3000 -v $HOME/convos/data:/data convos/convos:stable +docker run -it -p 8080:3000 -v $HOME/convos/data:/data ghcr.io/convos-chat/convos:alpha ``` -Note that [Nordaaker/convos](hub.docker.com/r/Nordaaker/convos/) will be around -for a while, but the new official image is "convos/convos". +Note that [Nordaaker/convos](hub.docker.com/r/Nordaaker/convos/) and +[convos/convos](https://hub.docker.com/r/convos/convos) will be around +for a while, but the new official image is now hosted at +[GitHub](https://github.com/convos-chat/convos/pkgs/container/convos). ## How to make a release