Local build doesn't need a builder
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
class Kamal::Commands::Builder::Local < Kamal::Commands::Builder::Base
|
class Kamal::Commands::Builder::Local < Kamal::Commands::Builder::Base
|
||||||
def create
|
def create
|
||||||
docker :buildx, :create, "--name", builder_name, "--driver=docker-container"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def remove
|
def remove
|
||||||
docker :buildx, :rm, builder_name
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def info
|
def info
|
||||||
@@ -22,10 +20,6 @@ class Kamal::Commands::Builder::Local < Kamal::Commands::Builder::Base
|
|||||||
build_context
|
build_context
|
||||||
end
|
end
|
||||||
|
|
||||||
def context_hosts
|
|
||||||
docker :buildx, :inspect, builder_name, "> /dev/null"
|
|
||||||
end
|
|
||||||
|
|
||||||
private
|
private
|
||||||
def builder_name
|
def builder_name
|
||||||
"kamal-local"
|
"kamal-local"
|
||||||
|
|||||||
Reference in New Issue
Block a user