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
- Host: GitHub
- URL: https://github.com/mgoltzsche/kpt-docker
- Owner: mgoltzsche
- License: apache-2.0
- Created: 2022-10-24T01:12:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T23:54:58.000Z (about 3 years ago)
- Last Synced: 2025-09-05T13:56:32.288Z (11 months ago)
- Language: Makefile
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.