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

https://github.com/devops-ws/image-build-guide


https://github.com/devops-ws/image-build-guide

Last synced: 6 days ago
JSON representation

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 .
```