bump pwk to kube 1.27.2

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
Marcos Lilljedahl
2023-05-30 01:36:31 -03:00
parent a327b1926c
commit edd1ec41e4
8 changed files with 37 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ ENV PATH $PATH:$GOPATH
ENV DOCKER_TLS_CERTDIR=""
ENV DOCKER_CLI_EXPERIMENTAL=enabled
ENV COMPOSE_VERSION=2.6.1
ENV COMPOSE_VERSION=2.16.0
# Add bash completion and set bash as default shell

View File

@@ -2,8 +2,13 @@
"experimental": true,
"debug": true,
"log-level": "info",
"insecure-registries": ["127.0.0.1"],
"hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"],
"insecure-registries": [
"127.0.0.1"
],
"hosts": [
"unix:///var/run/docker.sock",
"tcp://0.0.0.0:2375"
],
"tls": DOCKER_TLSENABLE,
"tlscacert": "DOCKER_TLSCACERT",
"tlscert": "DOCKER_TLSCERT",