Custom proxy image registry, repo and version
Use the --registry, --repository and --image_version options of `kamal proxy boot_config set` to change the kamal-proxy image used. We'll still insist that the image version is at least as high as the minimum.
This commit is contained in:
@@ -12,11 +12,11 @@ class IntegrationTest < ActiveSupport::TestCase
|
||||
|
||||
teardown do
|
||||
unless passed?
|
||||
[ :deployer, :vm1, :vm2, :shared, :load_balancer, :registry ].each do |container|
|
||||
puts
|
||||
puts "Logs for #{container}:"
|
||||
docker_compose :logs, container
|
||||
end
|
||||
# [ :deployer, :vm1, :vm2, :shared, :load_balancer, :registry ].each do |container|
|
||||
# puts
|
||||
# puts "Logs for #{container}:"
|
||||
# docker_compose :logs, container
|
||||
# end
|
||||
end
|
||||
docker_compose "down -t 1"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user