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

Changelog

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

  * Upload to unstable
  * Bug fix: "Typo in package description", thanks to George B. (Closes:
    #947240).

 -- Reinhard Tartler <email address hidden>  Sun, 29 Aug 2021 11:02:07 +0200

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-openshift-imagebuilder_1.2.1+ds1-3.dsc 2.9 KiB 810bced79cdc724974648b6d91e919e7ae2bbec9b1ab0e74e5afe612db2b5053
golang-github-openshift-imagebuilder_1.2.1+ds1.orig.tar.xz 71.7 KiB 63ffeaaa0382cec98d90f5694cc813078154a876fa6b4e48f05bcd0e42889d9c
golang-github-openshift-imagebuilder_1.2.1+ds1-3.debian.tar.xz 20.0 KiB 33634d81254c75f75b865908963c3edafdb6b229d3c7b15dd79fcc88a7501be5

Available diffs

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: No summary available for openshift-imagebuilder in ubuntu kinetic.

No description available for openshift-imagebuilder in ubuntu kinetic.

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