https://github.com/carvel-dev/docker-image
Source for ghcr.io/vmware-tanzu/carvel-docker-image:latest that includes various Carvel tools
https://github.com/carvel-dev/docker-image
carvel
Last synced: 8 months ago
JSON representation
Source for ghcr.io/vmware-tanzu/carvel-docker-image:latest that includes various Carvel tools
- Host: GitHub
- URL: https://github.com/carvel-dev/docker-image
- Owner: carvel-dev
- License: apache-2.0
- Created: 2020-02-03T19:22:22.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-06T16:57:39.000Z (11 months ago)
- Last Synced: 2025-01-03T18:13:05.094Z (9 months ago)
- Topics: carvel
- Language: Dockerfile
- Homepage:
- Size: 45.9 KB
- Stars: 8
- Watchers: 13
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

# docker-image
Source for [ghcr.io/carvel-dev/docker-image:latest](https://ghcr.io/carvel-dev/docker-image) that includes various Carvel tools.
Image is based on latest `ubuntu`. It includes:
- [ytt](https://carvel.dev/ytt)
- [kbld](https://carvel.dev/kbld)
- [kapp](https://carvel.dev/kapp)
- [kwt](https://github.com/k14s/kwt)
- [imgpkg](https://carvel.dev/imgpkg)
- [vendir](https://carvel.dev/vendir)### Join the Community and Make Carvel Better
Carvel is better because of our contributors and maintainers. It is because of you that we can bring great software to the community.
Please join us during our online community meetings. Details can be found on our [Carvel website](https://carvel.dev/community/).You can chat with us on Kubernetes Slack in the #carvel channel and follow us on Twitter at @carvel_dev.
Check out which organizations are using and contributing to Carvel: [Adopter's list](https://github.com/vmware-tanzu/carvel/blob/master/ADOPTERS.md)
## Development
```bash
$ ./hack/build.sh
$ ./hack/build-and-push.sh
```