Chris Evich
9bc4be88ce
[release-1.4] Cirrus: Disable CI: RHEL 8.5 is EOL
...
Signed-off-by: Chris Evich <cevich@redhat.com>
2023-05-03 10:56:11 -04:00
Miloslav Trmač
519b54df68
Merge pull request #1851 from cevich/release-1.4_simple_release_ci
...
[release-1.4] Cirrus: Drop OSX task
2023-01-12 21:48:40 +01:00
Chris Evich
45106f9473
[release-1.4] Cirrus: Drop OSX task
...
Ref: https://github.com/containers/skopeo/pull/1850
Signed-off-by: Chris Evich <cevich@redhat.com>
2023-01-12 15:15:39 -05:00
Chris Evich
022b6f5473
Merge pull request #1716 from cevich/release-1.4_latest_imgts
...
[release-1.4] [CI:DOCS] Cirrus: Use the latest imgts container
2022-07-26 15:55:31 -04:00
Chris Evich
bdb274dee2
[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:33:12 -04:00
Miloslav Trmač
59c6b4df85
Merge pull request #1671 from mtrmac/non-artifact-oci-repo-1.4
...
[release-1.4] Change a repo used for sync tests
2022-06-10 17:13:13 +02:00
Miloslav Trmač
cd566c42f0
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:48:02 +02:00
Daniel J Walsh
c5b6140758
Merge pull request #1575 from mtrmac/inspect-expect-config-1.4
...
[release-1.4] Don't expect the config blob to be listed in (skopeo inspect)
2022-02-28 07:46:38 -05:00
Miloslav Trmač
d18c376a5d
Improve a comment in the 010-inspect.bats test
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2022-02-23 22:49:46 +01:00
Miloslav Trmač
7e1ded5077
Only look for the layer digests in the Layers field.
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2022-02-17 18:34:44 +01:00
Miloslav Trmač
48ec1b0c13
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:34:43 +01:00
Ed Santiago
92a1b29874
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:34 -05:00
Miloslav Trmač
601eb883c5
Merge pull request #1446 from mtrmac/1.4-gofmt-1.7
...
release-1.4: Run (gofmt -s -w)
2021-09-23 19:23:03 +02:00
Miloslav Trmač
faca4a75ff
Run (gofmt -s -w)
...
Go 1.17 introduces a much more reasonable build constraint format, and gofmt now fails without using it.
Sadly we still need the old format as well, to support <1.17 builds.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2021-09-22 22:43:17 +02:00
Daniel J Walsh
fec1329849
Merge pull request #1454 from mtrmac/1.4-pin-go
...
[release-1.4] pin go
2021-09-20 14:31:12 -04:00
Miloslav Trmač
1b6d7f79a5
Pin Go to 1.16
...
1.17 has changed the expected gofmt format, and we don't want
to follow such changes on the stable branch.
go@1.16 is "keg-only", i.e. not installed by Brew to /usr/local/bin,
so we need to change PATH to point at it (as the installation instructs
us to).
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2021-09-20 15:58:25 +02:00
Miloslav Trmač
3bcdd2b5d6
Revert "Cirrus: Disable OSX task"
...
This reverts commit cd09650375
.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2021-09-20 15:27:48 +02:00
Daniel J Walsh
b10b1745b5
Merge pull request #1447 from jaikiran/1411-1.4.x-release
...
release-1.4: Introduce DISABLE_DOCS to skip doc generation while building from source
2021-09-19 06:02:43 -04:00
Daniel J Walsh
62901e8ca5
Merge pull request #1449 from cevich/1.4_disable_osx_test
...
Cirrus: Disable OSX task
2021-09-19 06:02:02 -04:00
Chris Evich
cd09650375
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-17 15:51:29 -04:00
Jaikiran Pai
6ca6a85ed9
Explain the usage of DISABLE_DOCS in the installation doc
2021-09-17 15:34:39 +05:30
Jaikiran Pai
679169394e
issue#1411 Introduce DISABLE_DOCS to skip doc generation while building from source
2021-09-17 15:34:31 +05:30
Tom Sweeney
01e51ce610
Merge pull request #1425 from TomSweeneyRedHat/dev/tsweeney/v1.4.1
...
[release-1.4] Bump to v1.4.1
2021-08-20 16:41:24 -04:00
TomSweeneyRedHat
6b2aa5da54
[release-1.4] Bump to v1.4.2-dev
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2021-08-20 15:56:46 -04:00
TomSweeneyRedHat
130f32f047
[release-1.4] Bump to v1.4.1
...
As the title says
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2021-08-20 15:55:54 -04:00
Daniel J Walsh
4cbc68c50d
Merge pull request #1423 from TomSweeneyRedHat/dev/tsweeney/vndrdance7
...
[release-1.4] Bump c/image 5.15.2 c/storage 1.34.1 c/common 0.42.1
2021-08-20 05:37:49 -04:00
TomSweeneyRedHat
6f99811c86
[release-1.4] Bump c/image 5.15.2 c/storage 1.34.1 c/common 0.42.1
...
Bump the c/image to v5.15.2, c/storage to v1.34.1, and c/common back
to v0.42.1 to ready for the final version dance.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2021-08-19 09:47:27 -04:00
Miloslav Trmač
ea32394313
Merge pull request #1415 from TomSweeneyRedHat/dev/tsweeney/vndrdance5
...
[release-1.4] Bump c/storage 1.34.0 and c/common 0.43.0
2021-08-16 16:17:05 +02:00
TomSweeneyRedHat
a9f5f10c90
[release-1.4] Bump c/storage 1.34.0, c/image 5.15.1 and c/common 0.43.0
...
As the titles says, bumping c/storage, c/image and c/common in the next
vendor dance to get ready for RHEL 8.5
[NO TESTS NEEDED]
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2021-08-16 09:46:25 -04:00
Miloslav Trmač
a44da449d3
Release 1.4.0
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2021-08-02 17:37:11 +02:00
Daniel J Walsh
788b2e2dd3
Merge pull request #1396 from saschagrunert/accept-repositories
...
Accept repositories on login/logout
2021-08-02 10:26:46 -04:00
Daniel J Walsh
2135466ba3
Merge pull request #1399 from vrothberg/update-in-container
...
vendor-in-container: update to golang:1.16
2021-08-02 10:26:20 -04:00
Valentin Rothberg
3d9340c836
vendor-in-container: update to golang:1.16
...
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-08-02 15:30:06 +02:00
Sascha Grunert
961d5da7ce
Accept repositories on login/logout
...
We now synchronize the behavior with Podman and accept repositories
during login and logout per default.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-08-02 13:41:45 +02:00
Miloslav Trmač
920f0b2414
Merge pull request #1395 from vrothberg/vendor-dance
...
update c/common, c/image, c/storage
2021-08-02 13:21:14 +02:00
Valentin Rothberg
fb03e033cc
update c/common, c/image, c/storage
...
Pin them to the specific versions that Podman v3.3 targets for RHEL.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-08-02 09:32:09 +02:00
Miloslav Trmač
caf1469b1d
Merge pull request #1394 from n0vad3v/patch-1
...
Update on Building on Ubuntu
2021-07-31 14:28:06 +02:00
Nova Kwok
d70ea89050
Update on Building on Ubuntu
...
Build on Ubuntu should include pkg-config otherwise it will fail:
```
skopeo (main) # make bin/skopeo
CGO_CFLAGS="" CGO_LDFLAGS="-L/usr/lib/x86_64-linux-gnu -lgpgme -lassuan -lgpg-error" GO111MODULE=on go build -mod=vendor "-buildmode=pie" -ldflags '-X main.gitCommit=a8f0c902060288bd02db15bf6671c8cd0149704e ' -gcflags "" -tags " " -o bin/skopeo ./cmd/skopeo
# pkg-config --cflags -- devmapper
pkg-config: exec: "pkg-config": executable file not found in $PATH
make: *** [Makefile:134: bin/skopeo] Error 2
```
2021-07-31 14:02:48 +08:00
Valentin Rothberg
a8f0c90206
Merge pull request #1390 from mtrmac/start-timeouts
...
Add timeouts when waiting on OpenShift or the registry to start
2021-07-30 13:44:29 +02:00
Miloslav Trmač
ce6035b738
Add timeouts when waiting on OpenShift or the registry to start
...
... so that we terminate with the full context and pointing at
the relevant code, instead of relying
on the overall test suite timeout.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2021-07-30 12:36:54 +02:00
Miloslav Trmač
b6b7bd9250
Merge pull request #1365 from moio/allow-decompression
...
Allow decompressing while copying
2021-07-29 16:27:19 +02:00
Daniel J Walsh
c27d9063e5
Merge pull request #1391 from mtrmac/lint
...
Fix two instances of unused err found by go-staticcheck
2021-07-29 07:09:17 -04:00
Silvio Moioli
3a8d3cb566
Add docs and bash completions
...
Signed-off-by: Silvio Moioli <moio@suse.com>
2021-07-29 11:37:01 +02:00
Silvio Moioli
aeb61f656c
Add support for decompressing while copying to dir://
...
Signed-off-by: Silvio Moioli <moio@suse.com>
2021-07-29 11:35:02 +02:00
Silvio Moioli
76eb9bc9e9
Update to enabled containers/image version
...
Signed-off-by: Silvio Moioli <moio@suse.com>
2021-07-29 11:34:13 +02:00
Miloslav Trmač
a1f9318e7b
Fix two instances of unused err found by go-staticcheck
...
*cough* Go is an easy-to-use, hard-to-misuse language *cough*
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2021-07-28 21:46:07 +02:00
Miloslav Trmač
64dc748e5e
Merge pull request #1389 from containers/dependabot/go_modules/github.com/containers/storage-1.33.0
...
Bump github.com/containers/storage from 1.32.6 to 1.33.0
2021-07-28 14:54:35 +02:00
dependabot[bot]
d82c662101
Bump github.com/containers/storage from 1.32.6 to 1.33.0
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.32.6 to 1.33.0.
- [Release notes](https://github.com/containers/storage/releases )
- [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md )
- [Commits](https://github.com/containers/storage/compare/v1.32.6...v1.33.0 )
---
updated-dependencies:
- dependency-name: github.com/containers/storage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-28 12:33:17 +00:00
Daniel J Walsh
24a75c9608
Merge pull request #1387 from cevich/daily_version_update
...
[CI:DOCS] Multi-arch image build: Daily version-tag push
2021-07-28 05:54:51 -04:00
Chris Evich
f0c49b5ccc
Multi-arch image build: Daily version-tag push
...
This mirrors changes from
https://github.com/containers/buildah/pull/3381
Signed-off-by: Chris Evich <cevich@redhat.com>
2021-07-27 14:12:48 -04:00