golang-github-openshift-imagebuilder 1.2.5+ds1-3 source package in Ubuntu

Changelog

golang-github-openshift-imagebuilder (1.2.5+ds1-3) unstable; urgency=medium

  * Upload to unstable

 -- Reinhard Tartler <email address hidden>  Sat, 09 Sep 2023 11:15:34 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-openshift-imagebuilder_1.2.5+ds1-3.dsc 2.9 KiB 5b9356d59f80601797de43f5f88958e83f661c9729e1cb87433a9e95119d7712
golang-github-openshift-imagebuilder_1.2.5+ds1.orig.tar.xz 85.1 KiB a1825de246a60574262a183d9f760ddf10b3343616d33f8c678d367e1786d643
golang-github-openshift-imagebuilder_1.2.5+ds1-3.debian.tar.xz 19.6 KiB dfafe21dd6a213ce1c3791a0efd367aded5a2c9e2b5b490b47097a1f0385ab3b

No changes file available.

Binary packages built by this source

golang-github-openshift-imagebuilder-dev: Builds container images using Dockerfile as input

 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.

openshift-imagebuilder: Builds container images using Dockerfile as input

 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.

openshift-imagebuilder-dbgsym: debug symbols for openshift-imagebuilder