Source: golang-github-openshift-imagebuilder Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Reinhard Tartler Build-Depends: debhelper (>= 11), dh-golang, golang-any, golang-github-containerd-containerd-dev, golang-github-containers-storage-dev (>= 1.11), golang-github-docker-docker-dev (>= 18.09.3+dfsg1), golang-github-fsouza-go-dockerclient-dev, golang-google-genproto-dev, golang-google-grpc-dev, golang-glog-dev Standards-Version: 4.2.1 Homepage: https://github.com/openshift/imagebuilder Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-openshift-imagebuilder Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-openshift-imagebuilder.git XS-Go-Import-Path: github.com/openshift/imagebuilder Testsuite: autopkgtest-pkg-go Package: openshift-imagebuilder Architecture: any Built-Using: ${misc:Built-Using} Depends: ${misc:Depends}, ${shlibs:Depends} Description: Builds container images using Dockerfile as imput This package supports using the Dockerfile syntax to build OCI & Docker compatible images, without invoking a container build command such as buildah bud or docker build. It is intended to give clients more control over how they build container images, including: - Instead of building one layer per line, run all instructions in the same container - Set HostConfig settings like network and memory controls that are not available when running container builds - Mount external files into the build that are not persisted as part of the final image (i.e. "secrets") - If there are no RUN commands in the Dockerfile, the container is created and committed, but never started. The final image should be 99.9% compatible with regular container builds, but bugs are always possible. . This package provides the imagebuilder command-line utility. Package: golang-github-openshift-imagebuilder-dev Architecture: all Depends: ${misc:Depends}, golang-github-containerd-containerd-dev, golang-github-containers-storage-dev (>> 1.11), golang-github-docker-docker-dev (>> 18.09.3+dfsg1), golang-github-fsouza-go-dockerclient-dev, golang-glog-dev Description: Builds container images using Dockerfile as imput This library supports using the Dockerfile syntax to build OCI & Docker compatible images, without invoking a container build command such as buildah bud or docker build. It is intended to give clients more control over how they build container images, including: - Instead of building one layer per line, run all instructions in the same container - Set HostConfig settings like network and memory controls that are not available when running container builds - Mount external files into the build that are not persisted as part of the final image (i.e. "secrets") - If there are no RUN commands in the Dockerfile, the container is created and committed, but never started. The final image should be 99.9% compatible with regular container builds, but bugs are always possible. . This package provides sources that other package may require for building.