Skip to content

Commit 0016110

Browse files
committed
fix stac-populator
1 parent 19d5401 commit 0016110

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
Update description of the `configs` subcommand to better describe it.
2323
The description when calling `bin/birdhouse -h` now matches the description when calling `bin/birdhouse configs -h`
2424

25+
## Fixes
26+
27+
- Correct docker image for `stac-populator` optional component
28+
29+
This sets the docker image for the `stac-populator` component to a version that actually contains the code
30+
that is executed when `stac-populator` is called. The previous image no longer contained the relevant code.
31+
2532
[2.6.1](https://github.com/bird-house/birdhouse-deploy/tree/2.6.1) (2024-11-22)
2633
------------------------------------------------------------------------------------------------------------------
2734

birdhouse/optional-components/stac-populator/docker-compose-extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
# populates STAC catalog with sample collection items
1212
stac-populator:
1313
container_name: stac-populator
14-
image: ghcr.io/crim-ca/stac-populator:master
14+
image: ghcr.io/crim-ca/stac-populator:0.0.0
1515
environment:
1616
- STAC_ASSET_GENERATOR_TIMEOUT=${STAC_ASSET_GENERATOR_TIMEOUT}
1717
- STAC_HOST=http://stac:8000/stac # STAC API internally accessed to avoid Twitcher authentication

0 commit comments

Comments
 (0)