Skip to content

Commit

Permalink
fix stac-populator
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz committed Nov 27, 2024
1 parent 19d5401 commit 0016110
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
Update description of the `configs` subcommand to better describe it.
The description when calling `bin/birdhouse -h` now matches the description when calling `bin/birdhouse configs -h`

## Fixes

- Correct docker image for `stac-populator` optional component

This sets the docker image for the `stac-populator` component to a version that actually contains the code
that is executed when `stac-populator` is called. The previous image no longer contained the relevant code.

[2.6.1](https://github.com/bird-house/birdhouse-deploy/tree/2.6.1) (2024-11-22)
------------------------------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
# populates STAC catalog with sample collection items
stac-populator:
container_name: stac-populator
image: ghcr.io/crim-ca/stac-populator:master
image: ghcr.io/crim-ca/stac-populator:0.0.0
environment:
- STAC_ASSET_GENERATOR_TIMEOUT=${STAC_ASSET_GENERATOR_TIMEOUT}
- STAC_HOST=http://stac:8000/stac # STAC API internally accessed to avoid Twitcher authentication
Expand Down

0 comments on commit 0016110

Please sign in to comment.