imagebuilder icon indicating copy to clipboard operation
imagebuilder copied to clipboard

Builds Dockerfile using the Docker client (with squashing! and secrets!)

Results 10 imagebuilder issues
Sort by recently updated
recently updated
newest added

Add an option to `ADD/COPY` to keep the ownership of the file also in the container. Ref: https://github.com/containers/buildah/pull/3767

lifecycle/stale

e.g. ```dockerfile LABEL name="tech-preview/vm-launcher" \ version="v0.0.1" \ release="10" summary="Hosts VMs" \ ``` does NOT fail as expected, but simply ignores all labels following `release`. podman fails as expected.

This PR is to keep the ownership of local files, when used with ADD or COPY - BUT WITHOUT `--chown` flag fixes #226 , Ref: https://github.com/containers/buildah/pull/3767, containers/buildah/pull/4001 What are the...

needs-ok-to-test
lifecycle/rotten

We extended the parser to recognize it and add a field to `Copy` structs, but didn't teach `dockerclient` to either use the value or produce an error when people attempted...

lifecycle/frozen

I must be doing something wrong here but can't figure out what. With imagebuilder from latest head, and docker-1.13.1-51.git4032bd5.fc27.x86_64 ``` $ imagebuilder -t foo -f Dockerfile.min . --> FROM fedora:27...

lifecycle/frozen

Docker now supports --network and --security option on the RUN line in Dockerfiles, this PR adds support for both. Signed-off-by: Daniel J Walsh

approved

Handle variable expansions using #, ##, %, %%, /, //, /#, and /%.

approved

Update version information so that we can tag a v1.2.16 release.

approved

On arm64: https://buildd.debian.org/status/fetch.php?pkg=golang-github-openshift-imagebuilder&arch=arm64&ver=1.2.19%2Bds1-1&stamp=1763840621&raw=0 ``` === RUN TestDispatchArgDefaultBuiltins dispatchers_test.go:34: Expected [BUILDARCH=arm TARGETPLATFORM=linux/arm/v8], got [BUILDARCH=arm TARGETPLATFORM=linux/arm] --- FAIL: TestDispatchArgDefaultBuiltins (0.00s) ``` On armhf: https://buildd.debian.org/status/fetch.php?pkg=golang-github-openshift-imagebuilder&arch=armhf&ver=1.2.19%2Bds1-1&stamp=1763840665&raw=0 ``` === RUN TestDispatchArgDefaultBuiltins dispatchers_test.go:34: Expected [BUILDARCH=arm TARGETPLATFORM=linux/arm/v8],...

## Go Version Update Recommended This repository is currently using Go version `1.23.3`, which is listed in the archived versions on [go.dev/dl/](https://go.dev/dl/). ### Current Status - **Current Version**: `go1.23.3` -...