An open API service indexing awesome lists of open source software.

https://github.com/mgoltzsche/kpt-docker

kpt image with docker client binary - to run functions on developer machines
https://github.com/mgoltzsche/kpt-docker

Last synced: 6 months ago
JSON representation

kpt image with docker client binary - to run functions on developer machines

Awesome Lists containing this project

README

          

# kpt-docker

A kpt container with docker

## Build

```sh
make build
```

## Release

1. Update the kpt version within the [`Dockerfile`](./Dockerfile).
2. Run `make release VERSION=` where `VERSION` specifies the new version without `v` prefix.