Kubedock Versions Save

Kubedock is a minimal implementation of the docker api that will orchestrate containers on a Kubernetes cluster, rather than running containers locally.

0.16.0

1 month ago
  • fix tailing logs with negative limits
  • add disable-dind flag
  • add support for configuring global pod-name prefix

0.15.5

2 months ago
  • fix exposed ports in config mapping

0.15.4

2 months ago
  • fix environment variabe handling podman
  • return container id as container name if no name is provided
  • add exposed ports to config section in docker inspect api

0.15.3

2 months ago
  • add support for configuring activeDeadlineSeconds

0.15.2

3 months ago
  • add support volumebinding via mounts

0.15.1

4 months ago
  • fix container status return values
  • add log tail and since support
  • fix portforwarding for non-root base k8s api endpoints

0.15.0

5 months ago
  • add check if file exists before copying
  • add support for templating containers with a pod template
  • fix int signal behaviour containers

0.14.1

6 months ago
  • fix cleanup of resources and leases on exit
  • add architecture to inspect image response

0.14.0

6 months ago
  • add support for docker-in-docker (ryuk support)
  • add support for adding custom labels and annotations to k8s pods
  • improved api compatibility

0.13.0

8 months ago
  • add support for podman/docker exec detach, tty & interactive mode
  • fix restart pod name conflict
  • fix tty mode deadlock docker run
  • fix io read/write error podman cp
  • fix podman ps port handling