Commit graph

534 commits

Author SHA1 Message Date
Lokesh Mandvekar
c00aae84ed buildah-1.17.0-2
- rebuild

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-11-09 11:03:57 -05:00
RH Container Bot
c1a86de659 buildah-1.17.0-1
autobuilt v1.17.0

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-11-05 18:28:15 +00:00
RH Container Bot
98c4e46f52 buildah-1.16.5-1
autobuilt v1.16.5

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-10-22 14:33:02 +00:00
RH Container Bot
f3e9febc71 buildah-1.16.4-1
autobuilt v1.16.4

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-10-02 12:33:01 +00:00
RH Container Bot
80c0819b82 buildah-1.16.2-1
autobuilt v1.16.2

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-09-22 15:13:38 +00:00
Lokesh Mandvekar
f3d3e922a5 buildah-1.16.1-3
- adjust deps for centos 7

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-09-21 09:32:52 -04:00
Lokesh Mandvekar
fa5178b76c buildah-1.16.1-2
- fix build issues

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-09-16 08:38:54 -04:00
RH Container Bot
e49a97dbf3 buildah-1.16.1-1
autobuilt v1.16.1

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-09-11 16:13:05 +00:00
Lokesh Mandvekar
9b558f6448 buildah-1.16.0-2
- fix gating tests

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-09-09 10:54:23 -04:00
Lokesh Mandvekar
691a0f2667 tests package requires openssl
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
(cherry picked from commit 6150164bf0)
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-09-09 10:53:56 -04:00
Ed Santiago
0f2892a5b0 add Subject Alternative Name to local openssl cert
Go 1.15 deprecates checking CN; this broke gating tests:

   Get "https://localhost:5000/v2/": x509: certificate relies on legacy Common Name field, use SANs or temporarily enable Common Name matching with GODEBUG=x509ignoreCN=0

Easy two-line solution in the 'openssl' invocation. Huge
thanks to Nalin for tracking down and fixing while I was
still getting started:

   https://github.com/containers/buildah/pull/2595

Signed-off-by: Ed Santiago <santiago@redhat.com>
(cherry picked from commit 53b3ac8e48)
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-09-09 10:53:47 -04:00
Ed Santiago
a4bcc06819 Gating tests: set TMPDIR=/var/tmp
Gating tests are failing with ENOSPC. Try explicitly setting
TMPDIR to /var/tmp which usually has more free space.

Signed-off-by: Ed Santiago <santiago@redhat.com>
(cherry picked from commit 6abb993854)
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-09-09 10:53:38 -04:00
RH Container Bot
2308bf66d8 buildah-1.16.0-1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-09-09 12:57:06 +00:00
Daniel J Walsh
b54cd14d9c
Bump to next major release 2020-09-07 07:07:41 -04:00
Daniel J Walsh
c86eeb612b
Bump to next major release 2020-09-07 06:51:17 -04:00
Lokesh Mandvekar
2d0286f664 remove timestamp from changelog
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-09-03 15:12:48 -04:00
RH Container Bot
2c93945332 buildah-1.15.2-1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-09-03 18:27:44 +00:00
RH Container Bot
1066c61c68 buildah-1.15.1-1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-07-31 16:10:43 +00:00
Ed Santiago
ddc41928e6 htpasswd fallout: require httpd-tools
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.

Solution: require httpd-tools for buildah-tests, and run
htpasswd on the host instead of from registry container.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-07-20 12:44:29 -06:00
Lokesh Mandvekar
c6484346e2 adjust build steps
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-06-29 11:46:15 -04:00
Lokesh Mandvekar
8477483f11 buildah-1.15.0-2
- adjust dependencies for centos7

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-06-29 11:17:02 -04:00
RH Container Bot
14ba6ccf6a buildah-1.15.0-1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-06-18 11:18:01 +00:00
Lokesh Mandvekar
d4a5b2600a fix buildtags and ostree dep
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-05-26 16:12:39 -04:00
Lokesh Mandvekar
4710d89b39 update deps for centos
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-05-26 16:01:13 -04:00
Lokesh Mandvekar
f7a8010711 buildah-1.14.9-1
- bump to v1.14.9

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-05-26 08:52:33 -04:00
Ed Santiago
f21b54624f gating.yaml : bring up-to-date wrt requirements
1) Update the testcase name. This is a global fedora-wide
    change instituted May 2020
 2) Add a 'subject_type' line. This seems to be a global
    change instituted Augist 2019, but I never heard about it
 3) Revert decision_context from 'stable' to 'testing'.
    This was an accidental holdover from when we branched
    master to f32. Steps will be taken to ensure this
    doesn't happen on f33.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-05-21 05:45:11 -06:00
Lokesh Mandvekar
9b9f219c7a remove stale tarball info from sources file
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-04-21 08:07:21 -04:00
RH Container Bot
ce43212926 buildah-1.14.8-1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-09 18:08:44 +00:00
RH Container Bot
8ffd08cf1e buildah-1.14.7-1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-07 21:08:27 +00:00
RH Container Bot
39234ba062 buildah-1.14.6-1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-04-03 14:08:47 +00:00
RH Container Bot
3b75df7366 buildah-1.14.5-1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-03-27 19:08:22 +00:00
RH Container Bot
3d1e502398 buildah-1.14.4-1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-03-26 14:08:06 +00:00
Lokesh Mandvekar
a62b0e1a0f runc for centos
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-03-18 10:24:30 -04:00
RH Container Bot
de90c7dcf2 buildah-1.14.3-1
Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-03-18 12:15:23 +00:00
Lokesh Mandvekar
88be66a76b buildah-1.14.2-1
- correct upgrade path from f31

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-03-12 10:47:07 -04:00
Daniel J Walsh
ba158244dd
Update to latest version 2020-03-04 15:54:58 -05:00
Daniel J Walsh
4b5dc8a35b
Update to latest version 2020-03-04 13:25:45 -05:00
Daniel J Walsh
c3eeab2d0d
Update to latest version 2020-03-02 10:17:25 -05:00
Daniel J Walsh
fcb6a75ed8
Update to latest version 2020-03-02 10:05:39 -05:00
Ed Santiago
572907d26f buildah-tests now requires 'jq'
Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-02-10 13:40:20 -07:00
Lokesh Mandvekar
a8ccab039d adjust libseccomp deps
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-02-05 05:10:09 -05:00
Lokesh Mandvekar
153db9d3bc adjust deps and macros for centos obs build
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-02-05 04:59:56 -05:00
RH Container Bot
c10b25e4b2 buildah-1.14.0-0.35.dev.gitf1cf92b
- autobuilt f1cf92b

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-02-05 04:11:20 +00:00
RH Container Bot
b1ce4c2906 buildah-1.14.0-0.34.dev.gitf89b081
- autobuilt f89b081

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-02-01 04:18:53 +00:00
RH Container Bot
f2fbdcef00 buildah-1.14.0-0.33.dev.git3177db5
- autobuilt 3177db5

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-01-31 04:12:49 +00:00
RH Container Bot
34d5831bf6 buildah-1.14.0-0.32.dev.git4131dfa
- autobuilt 4131dfa

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-01-30 04:11:59 +00:00
RH Container Bot
e0acf5e3af buildah-1.14.0-0.31.dev.git82ff48a
- autobuilt 82ff48a

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-01-29 04:12:23 +00:00
RH Container Bot
cab8db52d6 buildah-1.14.0-0.30.dev.git0a063c4
- autobuilt 0a063c4

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-01-28 04:11:27 +00:00
RH Container Bot
e33ca2b216 buildah-1.14.0-0.29.dev.gitec4bbe6
- autobuilt ec4bbe6

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-01-27 04:11:51 +00:00
RH Container Bot
9cc6d12e03 buildah-1.14.0-0.28.dev.git6e277a2
- autobuilt 6e277a2

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2020-01-21 17:10:31 +00:00