A command line tool used for creating OCI Images
Go to file
Ed Santiago d3311a0623 buildah test helper: run registry:2.6, not :2
The docker.io/registry:2 image broke suddenly and with no warning:

https://github.com/docker/distribution-library-image/issues/106

Symptom: running 'htpasswd' from that container no longer works,
even though it's been documented for years (at docker.com) and
as of this writing still remains documented.

One solution is to run htpasswd locally (requires installing the
httpd-tools package) or using any crypt library to hash. Not
hard, but tedious, and it doesn't address the issue of the
docker registry:2 image being a moving target.

I choose to force the use of the :2.6 tag, in hopes that that
image will remain unmodified. Refactored to use FQIN instead
of shortname, and to define it in only one place.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-06-24 13:11:01 -06:00
tests buildah test helper: run registry:2.6, not :2 2020-06-24 13:11:01 -06:00
.gitignore buildah-1.15.0-0.66.dev.git2c46b4b 2020-05-26 16:09:01 +00:00
buildah.spec fix buildtags and ostree dep 2020-05-26 16:30:24 -04:00
gating.yaml gating.yaml: duplicate the stanzas 2020-05-21 05:56:21 -06:00
sources buildah-1.15.0-0.66.dev.git2c46b4b 2020-05-26 16:09:01 +00:00