We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ffc2c commit 29ac3f2Copy full SHA for 29ac3f2
Sources/containertool/containertool.swift
@@ -59,6 +59,7 @@ enum AllowHTTP: String, ExpressibleByArgument, CaseIterable { case source, desti
59
@Option(help: "Specify the netrc file path") private var netrcFile: String?
60
61
func run() async throws {
62
+fatalError()
63
let baseimage = try ImageReference(fromString: from, defaultRegistry: defaultRegistry)
64
var destination_image = try ImageReference(fromString: repository, defaultRegistry: defaultRegistry)
65
0 commit comments