Skip to content

Commit

Permalink
Merge pull request #1476 from cgwalters/proxy
Browse files Browse the repository at this point in the history
Add new `experimental-image-proxy` hidden command
  • Loading branch information
mtrmac committed Oct 14, 2021
2 parents 9c9a9f3 + 11b5989 commit 8182255
Show file tree
Hide file tree
Showing 3 changed files with 637 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/skopeo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func createApp() (*cobra.Command, *globalOptions) {
loginCmd(&opts),
logoutCmd(&opts),
manifestDigestCmd(),
proxyCmd(&opts),
syncCmd(&opts),
standaloneSignCmd(),
standaloneVerifyCmd(),
Expand Down

0 comments on commit 8182255

Please sign in to comment.