Skip to content

Commit

Permalink
add note about reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed Apr 26, 2024
1 parent 5b22e25 commit c3bc566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ tko build --target-repo="destination/repo" ./dist
tko is:
- Simple (pull base image, add content, push to registry)
- Low footprint (<4MiB, single static binary, no runtime deps)
- "rootless" (no sudo/daemon/chroot/caps/goats blood/etc needed).
- Rootless (no sudo/daemon/chroot/caps/goats blood/etc needed)
- Reproducible (same build artifacts -> same image digest)

tko is NOT a replacement for generic docker build (or buildah, kaniko, etc). It cannot run a Dockerfile. It combines your build artifacts with a base image and modifies metadata. That's it. For me, this was enough for the majority of my container builds, but YMMV.

Expand Down

0 comments on commit c3bc566

Please sign in to comment.