berney

Results 28 issues of berney

If docker buildx is being used, due to either `docker buildx install` or setting envvar `DOCKER_BUILDKIT=1`. `kubler build` will break. I am interested in using buildx for several reasons: 1....

enhancement
help wanted

The distfiles.gentoo.org hosting the portage snapshots has a `portage-latest.tar.xz` and `portage-YYYYMMDD.tar.xz` (and .bz2 files). The `portage-latest.tar.xz` will be identically to the latest `portage-YYYYMMDD.tar.xz`. The function `download_portage_snapshot()` will download the portage...

The `kubler/bob-musl` builder's `configure_bob()` re-emerges openssh and openssl to remove the `bindist` use-flag, this causes `util-linux` to be re-emerged, but it gets an unmet requirements error because it's `su` use-flag...

Currently for me the kubler/bob-musl image is failing to build. In the `builder/bob-musl/build.sh` `configure_bob()` one of the steps is failing (I opened a separate issue #214 for this). If I...

Is there a CVE assigned to this issue? I tried to Google it but couldn't find one. For example http://www.cvedetails.com/product/26431/TVT-DVR.html?vendor_id=12949 doesn't show this bug.

Fixes #870 ##### Checklist - [x] `make test-linux-all` (UNIX) passes. CI will also test this - [ ] Windows platform - [ ] unit and/or integration tests are included (if...

**Describe the bug** Goss command test will execute the command wrapped with a `sh -c ""`. This assumes `sh` executable exists. When testing distroless containers with a single binary, goss...

enhancement
approved

I see that in the [kubler/glibc](https://github.com/edannenberg/kubler-images/blob/master/images/glibc/build.sh#L68) image that it makes a tarball backup of the Glibc Iconv encodings and mentions users can get them with `_iconv_from`. I see in [kubler...

question

The use of `ARG` in Dockerfiles could allow vanilla use of Dockerfiles without the `Dockerfile.template` source. Instead of `engine/docker.sh` using the `generate_dockerfile()` function, the `docker build` steps could pass the...

This adds a target to make a statically compiled `liblinear.a`. This is an updated https://github.com/cjlin1/liblinear/pull/30