Commit Graph

2297 Commits

Author SHA1 Message Date
OpenShift Merge Robot 87d25401b0 Merge pull request #1229 from dfr/freebsd-config
pkg/config: Fix DefaultSignaturePath on FreeBSD
2022-11-10 19:39:00 +00:00
dependabot[bot] d36a18e066 build(deps): bump github.com/onsi/gomega from 1.24.0 to 1.24.1
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.24.0...v1.24.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 04:07:56 +00:00
dependabot[bot] f6e96458ae build(deps): bump golang.org/x/crypto from 0.1.0 to 0.2.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 04:07:46 +00:00
Doug Rabson 4b906d8159 pkg/config: Fix DefaultSignaturePath on FreeBSD
The correct location on FreeBSD is /usr/local/etc/containers/policy.json
which is consistent with path conventions for installed packages. This
fixes 'podman commit' on FreeBSD.

There are several definitions of this path:

- c/image/signature has builtinDefaultPolicyPath and DefaultPolicy
- c/podman/pkg/trust has systemDefaultPolicyPath and DefaultPolicyPath
- c/common/pkg/config has DefaultSignaturePolicyPath

As far as I can tell, buildah uses c/image/signature which is why 'buildah
commit' was already working for me. Podman is using the c/common one. Very
confusing.

[NO NEW TESTS NEEDED]

Signed-off-by: Doug Rabson <dfr@rabson.org>
2022-11-09 16:50:45 +00:00
OpenShift Merge Robot 09d0c236c0 Merge pull request #1227 from Luap99/format-json2
pkg/report: fix IsJSON() #2
2022-11-09 11:21:03 -05:00
OpenShift Merge Robot cfe0b2a8d5 Merge pull request #1228 from mairin/mairin-logos
[CI:DOCS] Adding new versions of project logos378.3
2022-11-09 10:32:03 -05:00
Máirín Duffy 2b4df74c69 Adding new versions of project logos
Fixes https://github.com/containers/.github/issues/2
- Logos are aligned vertically via circular enclosures
- Circles have white backgrounds to ensure logos visible in dark mode (see https://github.com/containers/.github/issues/2)

Signed-off-by: Máirín Duffy <duffy@redhat.com>
2022-11-08 17:27:41 -05:00
Paul Holzinger ebe2c6ab9f pkg/report: fix IsJSON() #2
The PR #1226 was merged to soon, it breaks podman tests and backwards
compat. `{{json}}` and `{{json.}}` are not valid templates but it worked
before the same as `json` so we should keep that for compat reasons.

Fixes up commit 44757e2c3d

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-11-08 18:08:15 +01:00
OpenShift Merge Robot 2c81b5194b Merge pull request #1226 from Luap99/format-json
pkg/report: fix IsJSON()
2022-11-08 10:34:36 -05:00
Paul Holzinger 44757e2c3d pkg/report: fix IsJSON()
When a user request --format `{{json .}}` they would want the go
template parser to handle it. Currently we overwrite this and assume
that `{{json .}}` equals `json`. This is not correct. When the output is
a range (array), i.e. podman ps, it should return one json object per
line and not a json array which is the case with `json`.

This is required for docker compat.

Fixes containers/podman#16436

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-11-08 14:19:45 +01:00
OpenShift Merge Robot b8866896e9 Merge pull request #1224 from containers/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.5.0
build(deps): bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0
2022-11-08 07:03:16 -05:00
OpenShift Merge Robot 23c6d4376d Merge pull request #1223 from containers/dependabot/go_modules/golang.org/x/term-0.2.0
build(deps): bump golang.org/x/term from 0.1.0 to 0.2.0
2022-11-08 06:59:21 -05:00
OpenShift Merge Robot 3ba1775808 Merge pull request #1222 from containers/dependabot/go_modules/github.com/coreos/go-systemd/v22-22.5.0
build(deps): bump github.com/coreos/go-systemd/v22 from 22.4.0 to 22.5.0
2022-11-08 06:55:35 -05:00
dependabot[bot] 738a3e241e build(deps): bump golang.org/x/term from 0.1.0 to 0.2.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/golang/term/releases)
- [Commits](https://github.com/golang/term/compare/v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 08:21:56 +00:00
dependabot[bot] c912b36cda build(deps): bump github.com/coreos/go-systemd/v22 from 22.4.0 to 22.5.0
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) from 22.4.0 to 22.5.0.
- [Release notes](https://github.com/coreos/go-systemd/releases)
- [Commits](https://github.com/coreos/go-systemd/compare/v22.4.0...v22.5.0)

---
updated-dependencies:
- dependency-name: github.com/coreos/go-systemd/v22
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 08:21:41 +00:00
dependabot[bot] 51dea6d351 build(deps): bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 08:21:18 +00:00
OpenShift Merge Robot aefcc9fa4b Merge pull request #1221 from containers/dependabot/go_modules/golang.org/x/sys-0.2.0
build(deps): bump golang.org/x/sys from 0.1.0 to 0.2.0
2022-11-08 03:20:09 -05:00
dependabot[bot] 43fa6858f8 build(deps): bump golang.org/x/sys from 0.1.0 to 0.2.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/compare/v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 04:08:29 +00:00
OpenShift Merge Robot a0b2fb842d Merge pull request #1216 from rhatdan/docs
create known_hosts file path when missing
2022-11-04 11:49:39 -04:00
OpenShift Merge Robot 7f793c8160 Merge pull request #1220 from rhatdan/VENDOR
Update vendor of containers/(image, storage)
2022-11-04 10:57:00 -04:00
Daniel J Walsh 719ebba2ba Update vendor of containers/(image, storage)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-11-04 08:44:20 -04:00
Daniel J Walsh 488fb367e7 create known_hosts file path when missing
Fixes: https://github.com/containers/podman/issues/16340

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-11-04 08:30:42 -04:00
OpenShift Merge Robot 3d8e945cb8 Merge pull request #1219 from containers/dependabot/go_modules/github.com/onsi/gomega-1.24.0
build(deps): bump github.com/onsi/gomega from 1.23.0 to 1.24.0
2022-11-04 08:29:33 -04:00
dependabot[bot] 0ad3f687d7 build(deps): bump github.com/onsi/gomega from 1.23.0 to 1.24.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 04:07:26 +00:00
OpenShift Merge Robot b95d33c765 Merge pull request #1218 from vrothberg/fix-containers/podman/issues/16392
libimage: format platform warning
2022-11-03 05:58:21 -04:00
Valentin Rothberg b836bfe388 libimage: format platform warning
Before:
`WARNING: image platform ({amd64 linux  [] }) does not match the expected platform ({arm64 linux  [] })`

After:
`WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)`

Fixes: containers/podman/issues/16392
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-11-03 09:45:11 +01:00
OpenShift Merge Robot aa1154b2f3 Merge pull request #1213 from containers/dependabot/go_modules/github.com/onsi/gomega-1.23.0
build(deps): bump github.com/onsi/gomega from 1.22.1 to 1.23.0
2022-10-27 05:18:52 -04:00
dependabot[bot] 371d9082c6 build(deps): bump github.com/onsi/gomega from 1.22.1 to 1.23.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.22.1 to 1.23.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.22.1...v1.23.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-27 05:00:10 +00:00
OpenShift Merge Robot d044c0041c Merge pull request #1211 from containers/dependabot/go_modules/github.com/docker/docker-20.10.21incompatible
build(deps): bump github.com/docker/docker from 20.10.20+incompatible to 20.10.21+incompatible
2022-10-26 12:16:07 -04:00
OpenShift Merge Robot 6ebf3a9c84 Merge pull request #1212 from benoitf/podman-desktop-logo
feat: add logo for Podman Desktop
2022-10-26 09:32:29 -04:00
Máirín Duffy 4c4d997f5e feat: add logo for Podman Desktop
It's coming from https://github.com/containers/podman-desktop/discussions/638#discussioncomment-3962026

Change-Id: I4f15747ffb57bc0d2c33e9db7165c56b9f3645cd
Signed-off-by: Máirín Duffy <duffy@redhat.com>
2022-10-26 11:11:51 +02:00
dependabot[bot] 7453001886 build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.20+incompatible to 20.10.21+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.20...v20.10.21)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 04:12:49 +00:00
OpenShift Merge Robot 2533870d24 Merge pull request #1208 from Luap99/macvlan-dns
libnetwork/netavark: disable dns for macvlan
2022-10-25 10:40:43 -04:00
Paul Holzinger 13a70914f3 libnetwork/netavark: disable dns for macvlan
This is not supported in netavark so we should set to false by default
to make sure podman inspect will show the correct info.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-10-25 16:14:19 +02:00
OpenShift Merge Robot 903e2e5fe9 Merge pull request #1206 from containers/dependabot/go_modules/github.com/containerd/containerd-1.6.9
build(deps): bump github.com/containerd/containerd from 1.6.8 to 1.6.9
2022-10-25 09:57:58 -04:00
dependabot[bot] f0d02266f4 build(deps): bump github.com/containerd/containerd from 1.6.8 to 1.6.9
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.8 to 1.6.9.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.6.8...v1.6.9)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 13:36:39 +00:00
OpenShift Merge Robot 40e9edbfa6 Merge pull request #1207 from containers/dependabot/go_modules/github.com/spf13/cobra-1.6.1
build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1
2022-10-25 09:34:43 -04:00
OpenShift Merge Robot ee8162ba9f Merge pull request #1202 from unknowndevQwQ/patch-1
feat: add support for the youki OCI Runtime
2022-10-25 09:32:07 -04:00
dependabot[bot] fb64f3581a build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 11:44:03 +00:00
OpenShift Merge Robot ba0f2825a0 Merge pull request #1195 from rhatdan/VENDOR
Update vendor containers/storage
2022-10-25 07:41:48 -04:00
Daniel J Walsh 61cf315b36 Update vendor containers/storage
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-10-24 09:25:59 -04:00
OpenShift Merge Robot 2777494caf Merge pull request #1205 from containers/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.4.0
build(deps): bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0
2022-10-24 07:08:10 -04:00
OpenShift Merge Robot 3667a27613 Merge pull request #1203 from containers/dependabot/go_modules/github.com/stretchr/testify-1.8.1
build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1
2022-10-24 07:05:35 -04:00
OpenShift Merge Robot 1924d7777f Merge pull request #1204 from containers/dependabot/go_modules/github.com/BurntSushi/toml-1.2.1
build(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1
2022-10-24 07:03:04 -04:00
dependabot[bot] db85fc5ea7 build(deps): bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 04:15:46 +00:00
dependabot[bot] 80ac21e696 build(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](https://github.com/BurntSushi/toml/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 04:15:35 +00:00
dependabot[bot] 0eaa6fb473 build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 04:15:30 +00:00
unknowndevQwQ 5db50a2cb8 feat: add support for the youki OCI Runtime 2022-10-22 10:35:23 +08:00
OpenShift Merge Robot ad61918527 Merge pull request #1198 from containers/dependabot/go_modules/github.com/docker/docker-20.10.20incompatible
build(deps): bump github.com/docker/docker from 20.10.19+incompatible to 20.10.20+incompatible
2022-10-19 15:38:43 -04:00
OpenShift Merge Robot bf46de4bee Merge pull request #1199 from dfr/freebsd-config
config: Add config entry for ocijail
2022-10-19 07:37:23 -04:00