dependabot-preview[bot]
0c97252a6f
Bump github.com/containers/common from 0.30.0 to 0.31.0
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.30.0...v0.31.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-12-07 05:53:35 -05:00
dependabot-preview[bot]
3344afde72
Bump github.com/containers/common from 0.27.0 to 0.29.0
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.27.0 to 0.29.0.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.27.0...v0.29.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-11-23 05:45:25 -05:00
Daniel J Walsh
2099c86f33
build(deps): bump github.com/containers/common from 0.26.0 to 0.26.3
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.26.0 to 0.26.3.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](containers/common@v0.26 .0...v0.26.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-10-27 07:25:23 -04:00
dependabot-preview[bot]
017f8d6a63
Bump github.com/containers/common from 0.22.0 to 0.23.0
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.22.0...v0.23.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-09-25 04:19:55 -04:00
Daniel J Walsh
3848cac860
In podman 1.* regression on --cap-add
...
In podman 1.0 if you executed a command like:
podman run --user dwalsh --cap-add net_bind_service alpine nc -l 80
It would work, and the user dwalsh would get the capability, in
podman 2.0, only root and the binding set gets the capability.
This change restores us back to the way podman 1.0 worked.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-08-21 10:56:29 -04:00
dependabot-preview[bot]
ca049ef6f9
Bump github.com/containers/common from 0.16.0 to 0.17.0
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.16.0...v0.17.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-07-22 05:29:34 -04:00
Daniel J Walsh
fb6d9a84c5
Bump github.com/containers/common from 0.15.2 to 0.16.0
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.15.2 to 0.16.0.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.15.2...v0.16.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-07-16 13:11:10 -04:00
Daniel J Walsh
b020d1ad13
Vendor in new version of Buildah
...
This also pulls in latest runc and containers/common
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-07-09 11:02:28 -04:00
dependabot-preview[bot]
cd9d4f376d
Bump github.com/containers/common from 0.14.3 to 0.15.1
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.14.3 to 0.15.1.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.14.3...v0.15.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-07-01 06:34:45 -04:00
Daniel J Walsh
911b6d8b48
Vendor in containers/common v0.12.0
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-05-28 16:58:53 -04:00
dependabot-preview[bot]
f4833346e8
Bump github.com/containers/common from 0.11.2 to 0.11.4
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.11.2 to 0.11.4.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.11.2...v0.11.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-05-22 05:52:27 -04:00
Daniel J Walsh
5cbb0b8a66
Fix handling of overridden paths from database
...
If the first time you run podman in a user account you do a
su - USER, and the second time, you run as the logged in USER
podman fails, because it is not handling the tmpdir definition
in the database. This PR fixes this problem.
vendor containers/common v0.11.1
This should fix a couple of issues we have seen in podman 1.9.1
with handling of libpod.conf.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-05-08 09:27:39 -04:00
Qi Wang
45f731aa49
enable login/logut unspecified args
...
Signed-off-by: Qi Wang <qiwan@redhat.com >
2020-05-07 09:48:13 -04:00
dependabot-preview[bot]
f0ebde8254
Bump github.com/containers/common from 0.9.4 to 0.9.5
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.9.4...v0.9.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-04-24 06:43:30 -04:00
Daniel J Walsh
4494ec6f04
vendor in containers/common v0.9.4
...
This will change the default of UserNS to false
Also turn on tests for create_staticip_test.go
run_device_test.go, run_selinux_test.go
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-04-22 06:57:06 -04:00
Daniel J Walsh
c4ca3c71ff
Add support for selecting kvm and systemd labels
...
In order to better support kata containers and systemd containers
container-selinux has added new types. Podman should execute the
container with an SELinux process label to match the container type.
Traditional Container process : container_t
KVM Container Process: containre_kvm_t
PID 1 Init process: container_init_t
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-04-15 16:52:16 -04:00
Daniel J Walsh
47b6d35bfb
build(deps): bump github.com/containers/common from 0.8.1 to 0.9.0
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.8.1...v0.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-04-10 18:48:06 -04:00
dependabot-preview[bot]
eb86bfc344
Bump github.com/containers/common from 0.6.1 to 0.8.0
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.6.1 to 0.8.0.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.6.1...v0.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-04-03 06:35:42 -04:00
dependabot-preview[bot]
68a5a85cc2
Bump github.com/containers/common from 0.5.0 to 0.6.1
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.5.0 to 0.6.1.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.5.0...v0.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2020-03-19 10:40:44 +01:00
dependabot-preview[bot]
a95e9e5b4a
Bump github.com/containers/common from 0.4.2 to 0.5.0
...
Bumps [github.com/containers/common](https://github.com/containers/common ) from 0.4.2 to 0.5.0.
- [Release notes](https://github.com/containers/common/releases )
- [Commits](https://github.com/containers/common/compare/v0.4.2...v0.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-03-13 13:11:17 -04:00
Daniel J Walsh
68c313911e
Update vendor of buildah and containers/common
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-02-25 07:46:20 -04:00
Daniel J Walsh
96de762eed
Update to the latest version of buildah
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-02-19 16:04:00 -05:00