Skip to content

Commit

Permalink
chore: add 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 29, 2023
1 parent 680a917 commit ce15b66
Show file tree
Hide file tree
Showing 2 changed files with 5 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
3 changes: 3 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ 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/tonistiigi/binfmt:latest@sha256:66e11bea77a5ea9d6f0fe79b57cd2b189b5d15b93a2bdb925be22949232e4e55
destination: ghcr.io/geonet/base-images/binfmt:latest
auto-update-mutable-tag-digest: true
build:
# NOTES
# - uses dirname of source as context for build
Expand Down

0 comments on commit ce15b66

Please sign in to comment.