Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ list of vendored base images
| ghcr.io/geonet/base-images/victoria-logs | Victoria logs storage and analysis of log messages |
| ghcr.io/geonet/base-images/vmalert | Victoria metrics alerting agent |
| ghcr.io/geonet/base-images/vmagent | Victoria metrics agent for collecting metrics |
| ghcr.io/geonet/base-images/postgres | Postgres database as used for example in seiscomp |

for tags, check [config.yaml](./config.yaml).

Expand Down
3 changes: 3 additions & 0 deletions sync-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ docker.io:
eclipse-mosquitto:
- '2.0.22'
- 'latest'
postgres:
- '16.13-alpine'

quay.io:
tls-verify: true
images:
Expand Down
Loading