golang-github-openshift-imagebuilder 1.2.5+ds1-3ubuntu0.24.04.1 source package in Ubuntu

Changelog

golang-github-openshift-imagebuilder (1.2.5+ds1-3ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Mon, 15 Jul 2024 10:47:05 +0530

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
golang-github-openshift-imagebuilder_1.2.5+ds1.orig.tar.xz 85.1 KiB a1825de246a60574262a183d9f760ddf10b3343616d33f8c678d367e1786d643
golang-github-openshift-imagebuilder_1.2.5+ds1-3ubuntu0.24.04.1.debian.tar.xz 19.7 KiB 33e92a981f534582daa1f6cb6ab12d4c30f75ea2200afc0d87ad9fe321f2a154
golang-github-openshift-imagebuilder_1.2.5+ds1-3ubuntu0.24.04.1.dsc 2.8 KiB 558e73d56c486fcb401d1c9fafdfd434182b6f80448721cdc105a32cb8d60d39

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