File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
birdhouse/optional-components/stac-populator Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments