golang-github-openshift-imagebuilder 1.2.3+ds1-2ubuntu0.23.10.1 source package in Ubuntu

Changelog

golang-github-openshift-imagebuilder (1.2.3+ds1-2ubuntu0.23.10.1) mantic-security; urgency=medium

  * No change rebuid due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Tue, 23 Jan 2024 09:33:54 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security 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-2ubuntu0.23.10.1.debian.tar.xz 19.4 KiB ba4d5f7750c5d2ff50f6d03cae0a7286c8c6a2b2d0d4e6bedeb5b76f740fb341
golang-github-openshift-imagebuilder_1.2.3+ds1-2ubuntu0.23.10.1.dsc 2.8 KiB 2584ef6f53c3e455b05d127ecfe509b01b149e7984dbef85c355af168351317b

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