1
0
Fork
You've already forked containerfile-updater
0
Parse and update Container/Dockerfile to latest digest
  • Go 82.6%
  • Makefile 12.3%
  • Dockerfile 5.1%
2025年09月19日 14:24:32 -07:00
.github/workflows chore(deps): update github actions (major) 2025年09月19日 20:40:38 +00:00
test MVP 2025年07月29日 00:28:05 -07:00
.gitignore MVP 2025年07月29日 00:28:05 -07:00
Containerfile chore(deps): update containerfile deps to 3b645dd 2025年09月19日 20:53:17 +00:00
COPYRIGHT MVP 2025年07月29日 00:28:05 -07:00
go.mod MVP 2025年07月29日 00:28:05 -07:00
go.sum MVP 2025年07月29日 00:28:05 -07:00
LICENSE MVP 2025年07月29日 00:28:05 -07:00
main.go MVP 2025年07月29日 00:28:05 -07:00
main_test.go MVP 2025年07月29日 00:28:05 -07:00
Makefile Add NOCACHE variable 2025年09月19日 00:18:04 -07:00
README.md Initial commit 2025年07月24日 00:18:09 -07:00
renovate.json Use wildcard for docker actions 2025年09月19日 14:16:11 -07:00

Containerfile Updater

Parse the provided Containerfile (or Dockerfile), pull the latest digest for a given FROM statement and pin that hash.