portainer/api/exec
Devon Steenberg c239445454 fix(swarm): stack deployments [BE-12478] (#1546)
This commit 9b9d103b29, introduced in docker 29, changed the behaviour of how the --tlsXXX flags are handled. Before this change leading and trailing quotes would be stripped. This meant that an invalid path that we were passing for the tls ca cert was being cleaned up to be an empty string. To preserve the old behaviour we now pass an empty string.
2025-12-17 14:21:49 +13:00
..
exectest refactor: replace the `kubectl` binary with the upstream sdk (#524) 2025-05-07 20:40:38 +12:00
common.go fix(code): remove code that is no longer necessary EE-6078 (#10256) 2023-09-05 22:35:16 -03:00
compose_stack.go fix(compose): fix support for ECR BE-11392 (#151) 2024-11-18 16:42:53 -03:00
compose_stack_integration_test.go fix(compose): fix support for ECR BE-11392 (#151) 2024-11-18 16:42:53 -03:00
compose_stack_test.go chore(linters): enable testifylint BE-12183 (#1091) 2025-08-22 15:31:10 -03:00
kubernetes_deploy.go fix(kubectl): rollout restart [r8s-322] (#729) 2025-05-13 11:35:44 +12:00
kubernetes_deploy_test.go chore(linters): enable testifylint BE-12183 (#1091) 2025-08-22 15:31:10 -03:00
swarm_stack.go fix(swarm): stack deployments [BE-12478] (#1546) 2025-12-17 14:21:49 +13:00
swarm_stack_test.go fix(swarm): stack deployments [BE-12478] (#1546) 2025-12-17 14:21:49 +13:00