golang-github-openshift-imagebuilder 1.1.0-2ubuntu0.20.04.4 source package in Ubuntu
Changelog
golang-github-openshift-imagebuilder (1.1.0-2ubuntu0.20.04.4) focal-security; urgency=medium * No change rebuild due to golang-1.18 update -- Allen Huang <email address hidden> Fri, 15 Nov 2024 17:13:51 +0000
Upload details
- Uploaded by:
- Allen Huang
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | 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.4.debian.tar.xz | 3.2 KiB | b3afa317b1408122236444db5a231fa0aa5f8a93579cf3f57ba30c6148d11106 |
golang-github-openshift-imagebuilder_1.1.0-2ubuntu0.20.04.4.dsc | 2.7 KiB | 5ef8412bbd912c66a207ec361410ec1e60161d4177c2b0c9b9ba1c3fc4868733 |
Available diffs
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