build
build copied to clipboard
another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
archive?
it seems there is no activity going on this project and all the focus is on buildah now. Is `build` still maintained or should it be archived to make it...
1) in a test, we have 3 linearly dependent images: image/test-1 ``` acbuild ... ``` image/test-2 ``` acbuild dep add image/test-1 acbuild ... ``` image/test-3 ``` acbuild dep add image/test-2...
This might be my own stupidity, but I'm trying to learn how to use acbuild for a project and I'm running into an issue. _I'm submitting this as an issue...
When using `pkg.aster.is/aci/maven:3.3.9` as a dependency, `acbuild` fails to run commands. This seems to be specific to `acbuild` and not the image, since I can run all the commands I...
I believe it is a convention that tools that accept file names can be given "-" to indicate stdin so "cat -" is the same as just "cat" (because for...
In my build script I have: ``` acbuild --debug run -- /bin/busybox mkdir -p /usr/src/app/ acbuild --debug run -- /bin/busybox chmod 777 /usr/src/app/ ``` And then later: ``` acbuild --debug...
Example: ``` root@core-01:/home/core/testcore-01 test # echo "test" > foo.txt root@core-01:/home/core/testcore-01 test # rkt image export busybox busybox.aci root@core-01:/home/core/testcore-01 test # ls busybox.aci foo.txt root@core-01:/home/core/testcore-01 test # acbuild begin busybox.aci root@core-01:/home/core/testcore-01...
Sometimes, acbuild crashes as such: ``` + acbuild run -- apk update Downloading quay.io/coreos/alpine-sh: [========================] 2.65 MB/2.65 MB run: extracttar error: exit status 2, output: runtime: nelems=512 nfree=491 nalloc=21 previous...
Thanks for the tool, it is really simple but powerful to use! Also, this may actually be a rkt issue, so please forgive me if that is the case :...
Does acbuild support local dependencies? I am trying to build two containers, one on top of the other, and would like to do it locally without having to host the...