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

Changelog

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

  * No change rebuild due to golang-1.18 update

 -- Nishit Majithia <email address hidden>  Thu, 27 Apr 2023 12:24:20 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc
Focal security universe misc

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.3.debian.tar.xz 3.1 KiB a18de28600432b7ea2e08d6f19377288c167dd2fad2216d2db3bf6273b5a318b
golang-github-openshift-imagebuilder_1.1.0-2ubuntu0.20.04.3.dsc 2.5 KiB dfb34890974f5df6ba3bfc42ee1b573ea5e7c093d3eabe836ad97a9891fc5fa6

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