golang-github-openshift-imagebuilder 1.2.3+ds1-2build1 source package in Ubuntu

Changelog

golang-github-openshift-imagebuilder (1.2.3+ds1-2build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:39 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-openshift-imagebuilder_1.2.3+ds1.orig.tar.xz 110.1 KiB 724614f3cc228110c1ff83d27ba73d25483f341d8b0db40a7f696c5ce9e6ad13
golang-github-openshift-imagebuilder_1.2.3+ds1-2build1.debian.tar.xz 19.3 KiB 66b0bc34d51f1d698ae240226e3a0b7014e5484f70c946e6762d030f21e2424e
golang-github-openshift-imagebuilder_1.2.3+ds1-2build1.dsc 2.8 KiB 94e52a27df97af3b9bf60065fd4c67cd7cd9bf9595d9f56817847aa1d084ddd1

View changes file

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