golang-github-openshift-imagebuilder 1.1.0-2ubuntu0.20.04.2 source package in Ubuntu

Changelog

golang-github-openshift-imagebuilder (1.1.0-2ubuntu0.20.04.2) focal; urgency=medium

  * Build with Golang 1.18 (LP: #1996909).
    - d/control: b-d on golang-1.18-go instead of golang-1.16-go.
    - d/rules: add Golang 1.18 to $PATH.

 -- Lucas Kanashiro <email address hidden>  Fri, 27 Jan 2023 15:09:41 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-openshift-imagebuilder_1.1.0.orig.tar.xz 64.3 KiB 3852a9ed82168f5df0aeea74ca7b80965b34dcfcc286a57ba9530304f5950410
golang-github-openshift-imagebuilder_1.1.0-2ubuntu0.20.04.2.debian.tar.xz 3.0 KiB 7c00848e75520e392c6ca0e2675d06af6e12179949be35b17299b65cf72d8db4
golang-github-openshift-imagebuilder_1.1.0-2ubuntu0.20.04.2.dsc 2.7 KiB 1e87b30ec32888cf0b77d5bf2ede3b79d121b46a99d40fa39a0fc7c52759bc54

View changes file

Binary packages built by this source

golang-github-openshift-imagebuilder-dev: 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.

openshift-imagebuilder: 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.

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