github k3d-io/k3d v5.4.3

latest releases: v5.7.4, v5.7.3, v5.7.2...
2 years ago

v5.4.3 - 07.06.2022

Added

  • Support for pull-through registry (#1075)
    • In command k3d registry create

      • e.g. k3d registry create --proxy-remote-url https://registry-1.docker.io -p 5000 -v /tmp/registry:/var/lib/registry
    • In config file:

      # ...
      registries:
        create:
          name: docker-io # name of the registry container
          proxy:
            remoteURL: https://registry-1.docker.io # proxy DockerHub
          volumes:
            - /tmp/reg:/var/lib/registry # persist data locally in /tmp/reg
        config: | # tell K3s to use this registry when pulling from DockerHub
          mirrors:
            "docker.io":
              endpoint:
                - http://docker-io:5000
    • See registry documentation

New Contributors

Full Changelog: v5.4.2...v5.4.3

Don't miss a new k3d release

NewReleases is sending notifications on new releases.