Skip to content

Commit 3b6d6b2

Browse files
authored
use sha version
1 parent 3775656 commit 3b6d6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/3-catalogue-publication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ pycsw is available as Docker image at the [github container registry](https://do
3232
Pull and run the pycsw container locally using this command in a command line client (cmd, PowerShell, bash):
3333

3434
```bash
35-
docker pull ghcr.io/geopython/pycsw
36-
docker run -p 8000:8000 ghcr.io/geopython/pycsw
35+
docker pull geopython/pycsw@sha256:2eb396798e40dfab3ad4cb839f30231b8c1023db148ed03ffcf3c4e6b388fc7c
36+
docker run -p 8000:8000 geopython/pycsw@sha256:2eb396798e40dfab3ad4cb839f30231b8c1023db148ed03ffcf3c4e6b388fc7c
3737
```
3838

3939
Open your browser and browse to <http://localhost:8000> to see pycsw in action.

0 commit comments

Comments
 (0)