Skip to content

Commit

Permalink
docs, fix: tags for ghcr images (#531)
Browse files Browse the repository at this point in the history
We'll need to change these to tagged versions once a tagged version is released.
  • Loading branch information
gadomski authored Feb 27, 2023
1 parent 7ba0a40 commit 2482467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ pip install -e stac_fastapi/pgstac
### Pre-built Docker images

Pre-built images are available from the [Github Container Registry](https://github.com/stac-utils/stac-fastapi/pkgs/container/stac-fastapi).
The latest images are tagged with `latest-pgstac` and `latest-sqlalchemy`.
The latest images are tagged with `master-pgstac` and `master-sqlalchemy`.
To pull the image to your local system:

```shell
docker pull ghcr.io/stac-utils/stac-fastapi:latest-pgstac # or latest-sqlalchemy
docker pull ghcr.io/stac-utils/stac-fastapi:master-pgstac # or latest-sqlalchemy
```

This repository provides two example [Docker compose](https://docs.docker.com/compose/) files that demonstrate how you might link the pre-built images with a postgres/pgstac database:
Expand Down

0 comments on commit 2482467

Please sign in to comment.