CLI to get binaries from a docker image with multi arch support

have a look at the README.md to see how it works.

Bootstrap a CLI program to copy binaries from multi arch images

Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
This commit is contained in:
Gianluca Arbezzano
2020-11-16 17:42:54 +01:00
parent 4790ba4871
commit 45f593449a
8 changed files with 487 additions and 447 deletions

14
go.mod
View File

@ -3,6 +3,16 @@ module github.com/tinkerbell/sandbox
go 1.15
require (
github.com/gianarb/vagrant-go v0.0.0-20200902133321-62ba563fe383 // indirect
github.com/tinkerbell/tink v0.0.0-20201109122352-0e8e57332303 // indirect
github.com/containers/image v3.0.2+incompatible
github.com/containers/image/v5 v5.6.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/prometheus/client_golang v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)