https://github.com/devops-ws/image-build-guide
https://github.com/devops-ws/image-build-guide
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devops-ws/image-build-guide
- Owner: devops-ws
- License: mit
- Created: 2023-01-04T13:01:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T02:59:40.000Z (almost 3 years ago)
- Last Synced: 2025-12-09T13:51:15.905Z (4 months ago)
- Homepage: https://jenkins-zh.cn
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-build-guide
* [buildkit](https://github.com/moby/buildkit)
* [kaniko](https://github.com/GoogleContainerTools/kaniko)
* [buildah](https://github.com/containers/buildah)
* [podman](https://github.com/containers/podman)
## buildah
```shell
buildah build-using-dockerfile
```
## podman
```shell
podman build .
```