fix(registry): restore protocol routing and test coverage for npm, oci, and api flows
This commit is contained in:
@@ -98,7 +98,7 @@ export const clients = {
|
||||
docker: {
|
||||
check: () => commandExists('docker'),
|
||||
build: (dockerfile: string, tag: string, context: string) =>
|
||||
runCommand(['docker', 'build', '-f', dockerfile, '-t', tag, context]),
|
||||
runCommand(['docker', 'build', '--load', '-f', dockerfile, '-t', tag, context]),
|
||||
push: (image: string) => runCommand(['docker', 'push', image]),
|
||||
pull: (image: string) => runCommand(['docker', 'pull', image]),
|
||||
rmi: (image: string, force = false) =>
|
||||
|
||||
Reference in New Issue
Block a user