Colin Walters
723f050465
Merge pull request #2361 from mtrmac/k8s.gcr.io-3
...
[release-1.3] Refer to registry.k8s.io instead of k8s.gcr.io
2024-06-19 19:41:36 -04:00
Miloslav Trmač
05e6fa25ed
Refer to registry.k8s.io instead of k8s.gcr.io
...
... per https://kubernetes.io/blog/2023/02/06/k8s-gcr-io-freeze-announcement/ .
We are seeing intermittent failures (sufficient to reliably cause a test suite failure)
pulling from k8s.gcr.io, let's see if using the newer one improves things.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2024-06-19 17:55:01 +02:00
Miloslav Trmač
a0f7bcde83
Merge pull request #2326 from mtrmac/tests-1.3
...
[release-1.3] Freeze the fedora-minimal image reference at Fedora 38
2024-05-10 13:54:31 +02:00
Miloslav Trmač
8b694b2649
Freeze the fedora-minimal image reference at Fedora 38
...
... because the tests are assuming a v2s2 image, but
as of Fedora 39, the image uses the OCI format.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2024-05-10 13:22:59 +02:00
Miloslav Trmač
069208bedc
Merge pull request #2183 from mtrmac/release-1.3-docker.io-dependency-backport
...
[release-1.3] Fix using images from rate-limited docker hub
2023-12-21 18:35:22 +01:00
Chris Evich
623d90afbb
Fix using images from rate-limited docker hub
...
The necessary images have been manually copied over to quay. Code was
updated with centralized constants for the utilized images. Tests then
all reference the constants (in case the image locations need to change
again).
Signed-off-by: Chris Evich <cevich@redhat.com>
2023-12-21 18:01:15 +01:00
Miloslav Trmač
0583c8e641
Merge pull request #1989 from cevich/release-1.3_add_self_destruct
...
[release-1.3] Cirrus: Add CI self-destruct condition on EOL date
2023-05-04 19:06:43 +02:00
Chris Evich
76b7472044
Cirrus: Add CI self-destruct condition on EOL date
...
This branch will never receive any security-backports when the
associated RHEL release reaches EOL. Add a condition to force CI to
break with a helpful message, after this RHEL EOL date.
Signed-off-by: Chris Evich <cevich@redhat.com>
2023-05-03 10:53:21 -04:00
Chris Evich
aab0d6da59
Merge pull request #1715 from cevich/release-1.3_latest_imgts
...
[release-1.3] [CI:DOCS] Cirrus: Use the latest imgts container
2022-07-26 15:55:40 -04:00
Chris Evich
e44bf704dd
[CI:DOCS] Cirrus: Use the latest imgts container
...
Contains important updates re: preserving release-branch CI VM images.
Ref: https://github.com/containers/automation_images/pull/157
Signed-off-by: Chris Evich <cevich@redhat.com>
2022-07-26 15:31:26 -04:00
Miloslav Trmač
e02b7b21b3
Merge pull request #1670 from mtrmac/non-artifact-oci-repo-1.3
...
[release-1.3] Change a repo used for sync tests
2022-06-10 17:41:36 +02:00
Miloslav Trmač
2c19d55c3f
Change a repo used for sync tests
...
The k8s.gcr.io/coredns/coredns repo now contains an OCI
artifact, which we can't copy; so, use a different
repo to test syncing.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2022-06-10 16:21:03 +02:00
Daniel J Walsh
f110fb7969
Merge pull request #1574 from mtrmac/inspect-expect-config-1.3
...
[release-1.3] Don't expect the config blob to be listed in (skopeo inspect)
2022-02-28 07:47:00 -05:00
Miloslav Trmač
2091af3db1
Improve a comment in the 010-inspect.bats test
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2022-02-23 22:49:29 +01:00
Miloslav Trmač
32aa9fe647
Only look for the layer digests in the Layers field.
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2022-02-17 18:34:04 +01:00
Miloslav Trmač
ffee6f7219
Don't expect the config blob to be listed in (skopeo inspect)
...
... because it currently isn't.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2022-02-17 18:33:58 +01:00
Ed Santiago
3761ea6714
Fix bug that prevented useful diagnostics on registry fail
...
Sigh. 'expr 1 - 1' yields 0 (correctly) but also exits 1. This
is even documented in the man page, but I didn't know it. And
thus, on the final iteration, when timeout reached 0, BATS
errored out on the expr instead of continuing to the 'podman logs'
or the 'die' message.
Solution is super trivial: use $(( ... )) instead of expr.
Signed-off-by: Ed Santiago <santiago@redhat.com>
2021-11-15 09:08:45 -05:00
Chris Evich
8e25f6bbeb
Merge pull request #1494 from cevich/fix_skip_cross
...
Cirrus: Fix only_if error
2021-11-05 11:56:57 -04:00
Chris Evich
59ceb6a5ea
Cirrus: Fix only_if error
...
The logic parser for `only_if` and `skip` is a little weird in that it
wants a boolean, but doesn't support using them. In this case, using `1
== 0` results in an error from the parser:
`Error while parsing tasks: INVALID_ARGUMENT: internal boolevator error:
parsing error: 1 == 0 :1:1 - 1:2 unexpected Int while scanning
extensions!`
However, since the goal is to block this particular task from running
(essentially) indefinitely, it's easier to just remove it. We can rely
on git recording it's history in case it needs to be recovered in the
future.
Signed-off-by: Chris Evich <cevich@redhat.com>
2021-11-04 12:54:43 -04:00
Daniel J Walsh
78cb493f95
Merge pull request #1450 from cevich/1.3_disable_osx_test
...
[release-1.3] Cirrus: Disable OSX task
2021-09-20 14:32:30 -04:00
Chris Evich
c5dcc3b7d5
Cirrus: Disable OSX task
...
Release-branches infrequently change, but the OSX VM images constantly
change. Disable this test to avoid encountering flakes.
Signed-off-by: Chris Evich <cevich@redhat.com>
2021-09-20 11:59:54 -04:00
Miloslav Trmač
038f70e6f5
Merge pull request #1353 from containers/tsweeeny/v1.3.2-dev
...
[release-1.3] Bump to Skopeo v1.3.2-dev
2021-07-02 14:50:41 +02:00
TomSweeneyRedHat
53b9ccff29
[release-1.3] Bump to Skopeo v1.3.2-dev
...
Bump the release branch version to the next numbered dev.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2021-06-29 18:25:30 -04:00
Tom Sweeney
e9207c4564
Merge pull request #1349 from TomSweeneyRedHat/tsweeney/v1.3.1
...
[release-1.3] Bump skopeo v1.3.1, c/storage v1.31.3, c/common v0.38.12
2021-06-29 18:15:54 -04:00
TomSweeneyRedHat
f21d940c6e
[release-1.3] Bump skopeo v1.3.1, c/storage v1.31.3, c/common v0.38.11
...
Also includes some tweaks for the CI in this branch.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2021-06-29 16:41:43 -04:00
Daniel J Walsh
c35944bec0
Bump to v1.3.0
2021-05-19 17:09:40 -04:00
Daniel J Walsh
266dc3dc9a
Merge pull request #1291 from containers/dependabot/go_modules/github.com/containers/common-0.38.3
...
Bump github.com/containers/common from 0.38.1 to 0.38.4
2021-05-19 17:05:21 -04:00
dependabot[bot]
91d9ccf5e5
Bump github.com/containers/common from 0.38.1 to 0.38.4
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.38.1 to 0.38.4.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.38.1...v0.38.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-05-19 15:55:54 -04:00
Daniel J Walsh
4e57679c9a
Merge pull request #1281 from containers/dependabot/go_modules/github.com/containers/common-0.38.1
...
Bump github.com/containers/common from 0.38.0 to 0.38.1
2021-05-14 04:30:45 -04:00
dependabot[bot]
68f188ae77
Bump github.com/containers/common from 0.38.0 to 0.38.1
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.38.0 to 0.38.1.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.38.0...v0.38.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-13 08:17:04 +00:00
Daniel J Walsh
0faf160170
Merge pull request #1280 from containers/dependabot/go_modules/github.com/containers/common-0.38.0
...
Bump github.com/containers/common from 0.37.1 to 0.38.0
2021-05-10 17:52:49 -04:00
dependabot[bot]
69decaeb1d
Bump github.com/containers/common from 0.37.1 to 0.38.0
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.37.1 to 0.38.0.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.37.1...v0.38.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-05-10 15:56:42 -04:00
Daniel J Walsh
001775e994
Merge pull request #1278 from accupara/compilation-fix
...
Add the missing import and a gitignore entry for bin
2021-05-10 14:57:39 -04:00
Yuvraaj Kelkar
fc448c2253
Add the missing import and a gitignore entry for bin
2021-05-09 11:21:01 -07:00
Daniel J Walsh
b10d3e43a4
Merge pull request #1266 from cgwalters/copy-print-digest
...
copy: Add --digestfile
2021-05-07 05:17:35 -04:00
Colin Walters
a32be320cb
copy: Add --digestfile
...
`podman push` gained this a while ago, and we want it here for the
same reason.
Motivated by closing a race condition in ostree-rs-ext:
17a991050c/lib/src/container/export.rs (L85)
Co-authored-by: Miloslav Trmač <mitr@redhat.com>
2021-05-06 09:19:16 -04:00
Daniel J Walsh
5e13a55444
Merge pull request #1268 from containers/dependabot/go_modules/github.com/containers/storage-1.30.1
...
Bump github.com/containers/storage from 1.30.0 to 1.30.1
2021-05-06 08:46:20 -04:00
Daniel J Walsh
c0d259712c
Merge pull request #1273 from alvistack/master-linux-amd64
...
Update nix pin with `make nixpkgs`
2021-05-06 08:46:01 -04:00
Daniel J Walsh
70abdf7334
Merge pull request #1274 from containers/dependabot/go_modules/github.com/containers/image/v5-5.12.0
...
Bump github.com/containers/image/v5 from 5.11.1 to 5.12.0
2021-05-06 08:45:44 -04:00
dependabot[bot]
f232ae499b
Bump github.com/containers/image/v5 from 5.11.1 to 5.12.0
...
Bumps [github.com/containers/image/v5](https://github.com/containers/image ) from 5.11.1 to 5.12.0.
- [Release notes](https://github.com/containers/image/releases )
- [Commits](https://github.com/containers/image/compare/v5.11.1...v5.12.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 09:21:47 +00:00
Wong Hoi Sing Edison
aba84840dc
Update nix pin with make nixpkgs
...
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
2021-05-06 11:50:50 +08:00
Lokesh Mandvekar
e536c4da34
Merge branch 'master' into dependabot/go_modules/github.com/containers/storage-1.30.1
2021-05-03 10:37:10 -04:00
Valentin Rothberg
a1a8692457
Merge pull request #1270 from containers/dependabot/go_modules/github.com/containers/common-0.37.1
...
Bump github.com/containers/common from 0.37.0 to 0.37.1
2021-05-03 13:16:45 +02:00
dependabot[bot]
5a594bff65
Bump github.com/containers/common from 0.37.0 to 0.37.1
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.37.0 to 0.37.1.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.37.0...v0.37.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 10:48:29 +00:00
Valentin Rothberg
2eb35e7af9
Merge pull request #1263 from Freakin/sync-manifest-format
...
Added format parameter to sync command
2021-05-03 10:25:14 +02:00
Valentin Rothberg
00490a2cbb
Merge pull request #1267 from containers/dependabot/add-v2-config-file
...
Upgrade to GitHub-native Dependabot
2021-05-03 10:19:49 +02:00
Valentin Rothberg
9a10ee2f1f
Merge branch 'master' into dependabot/add-v2-config-file
2021-05-03 10:19:14 +02:00
dependabot-preview[bot]
002b2e4db9
Upgrade to GitHub-native Dependabot
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-05-01 06:47:49 -04:00
Daniel J Walsh
891d9750a3
Merge pull request #1269 from cevich/update_f34
...
Update F34beta -> F34 and U2010 -> U2104
2021-05-01 06:42:22 -04:00
dependabot-preview[bot]
d6912022b5
Bump github.com/containers/storage from 1.30.0 to 1.30.1
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.30.0 to 1.30.1.
- [Release notes](https://github.com/containers/storage/releases )
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md )
- [Commits](https://github.com/containers/storage/compare/v1.30.0...v1.30.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-05-01 06:41:32 -04:00