~jackweirdy/podman/+git/main:v4.0

Last commit made on 2022-07-26
Get this branch:
git clone -b v4.0 https://git.launchpad.net/~jackweirdy/podman/+git/main

Branch merges

Branch information

Name:
v4.0
Repository:
lp:~jackweirdy/podman/+git/main

Recent commits

3c53200... by OpenShift Merge Robot <email address hidden>

Merge pull request #15079 from cevich/v4.0_latest_imgts

[v4.0] [CI:DOCS] Cirrus: Use the latest imgts container

da3d9dd... by Chris Evich

[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 <email address hidden>

57335d2... by OpenShift Merge Robot <email address hidden>

Merge pull request #14325 from cevich/fix_netavark-aardvar_branch

[v4.0] Cirrus: Use fixed netavark/aardvark-dns branch

a3a903d... by Chris Evich

Cirrus: Use fixed netavark/aardvark-dns branch

This is important for the stability of CI in case of a future backport
that happens to be incompatible with netavark/aardvark `main`. Since CI
doesn't run very often on the podman `v4.0` branch, an incompatible change
may not be noticed. Fix this by switching off of the `main` branch onto
a netavark/aardvark release branches.

Signed-off-by: Chris Evich <email address hidden>

60f605f... by Giuseppe Scrivano <email address hidden>

test: fix "podman search format json"

the alpine image used previously returns a description that contains
'...':

$ podman search --format json alpine | fgrep ...\"\,
        "Description": "alpine 3.7 with bash, perl, gzip, wget...",

Signed-off-by: Giuseppe Scrivano <email address hidden>
Signed-off-by: Chris Evich <email address hidden>

91362ff... by Pascal Bourdier <email address hidden>

CI: fix golangci-lint installation

avoid this warn:
```
golangci/golangci-lint info installed ./bin/golangci-lint
golangci/golangci-lint err this script is deprecated, please do not use it anymore. check https://github.com/goreleaser/godownloader/issues/207
```

Signed-off-by: Pascal Bourdier <email address hidden>
Signed-off-by: Chris Evich <email address hidden>

8987cfd... by OpenShift Merge Robot <email address hidden>

Merge pull request #14097 from cevich/goimports_v4.0

[v4.0] CI: emergency fix for broken go get

65b2bb9... by Chris Evich

CI: Fix installing 'latest' tooling at runtime

Thanks to @Luap99 for the fix.

Signed-off-by: Chris Evich <email address hidden>

d025ce0... by Paul Holzinger <email address hidden>

CI: emergency fix for broken go get

go get is deprecated, we should use go install instead.

Also for some reason go get -u golang.org/x/tools/cmd/goimports is
broken at the moment, thus failing CI jobs where we have to install
this. Switching to go install seems to fix it.

Signed-off-by: Paul Holzinger <email address hidden>

7eb8eff... by OpenShift Merge Robot <email address hidden>

Merge pull request #13395 from TomSweeneyRedHat/dev/tsweeney/fixurl

[v4.0] Option --url and --connection should imply --remote