Skip to content

Commit

Permalink
chore: add yq and binfmt
Browse files Browse the repository at this point in the history
vendor images so docker.io isn't required for usage
  • Loading branch information
BobyMCbobs committed Sep 28, 2023
1 parent 680a917 commit 7f5d045
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ list of vendored base images
| ghcr.io/geonet/base-images/rpmbuild-centos7 | image for building RPMs with, based on CentOS 7 |
| ghcr.io/geonet/base-images/rpmbuild-centos-stream8 | image for building RPMs with, based on CentOS Stream 8 |
| ghcr.io/geonet/base-images/rpmbuild-centos-stream9 | image for building RPMs with, based on CentOS Stream 9 |
| ghcr.io/geonet/base-images/yq | yq for GitHub actions |
| ghcr.io/geonet/base-images/binfmt | Cross-platform emulator collection distributed with Docker images |

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

Expand Down
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ sync:
destination: ghcr.io/geonet/base-images/owasp/zap2docker-stable:2.11.1
- source: docker.io/koalaman/shellcheck-alpine:v0.9.0@sha256:e19ed93c22423970d56568e171b4512c9244fc75dd9114045016b4a0073ac4b7
destination: ghcr.io/geonet/base-images/shellcheck:v0.9.0
- source: docker.io/mikefarah/yq:4-githubaction@sha256:fb7071c160eb608f94429844b0baa6f8f601bc8d755b3097a848bf3a2d85663f
destination: ghcr.io/geonet/base-images/yq:4-githubaction
auto-update-mutable-tag-digest: true
- source: docker.io/tonistiigi/binfmt:latest@sha256:66e11bea77a5ea9d6f0fe79b57cd2b189b5d15b93a2bdb925be22949232e4e55
destination: ghcr.io/geonet/base-images/binfmt:latest
build:
# NOTES
# - uses dirname of source as context for build
Expand Down

0 comments on commit 7f5d045

Please sign in to comment.