Daniel J Walsh
06025bbaf6
Bump to v0.29.0
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-20 15:34:27 -05:00
OpenShift Merge Robot
f54de6cf83
Merge pull request #361 from rhatdan/VERSION
...
Fix Function names to not stutter
2020-11-20 21:31:14 +01:00
Daniel J Walsh
66020b6baf
Fix Function names to not stutter
...
Currently callers to the pkg/umask and /pkg/subscriptions
have to make calls lib umask.SetUmask and subscriptions.Subscription
This PR removes the stutter, before people actually use the API.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-20 15:23:22 -05:00
Daniel J Walsh
34fe9a90b4
Merge pull request #360 from rhatdan/VERSION
...
Bump to v0.28.1
2020-11-20 15:11:13 -05:00
Daniel J Walsh
1c02763eb9
Move to v0.28.2-dev
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-20 14:56:25 -05:00
Daniel J Walsh
bb7e9cf40c
Move to v0.28.1
...
Add missing subcriptions directory.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-20 14:55:48 -05:00
Daniel J Walsh
6df66f2b2e
Merge pull request #359 from rhatdan/VERSION
...
Bump to v0.28.0
2020-11-20 14:43:45 -05:00
Daniel J Walsh
5abf6adeed
Move to v0.28.1-dev
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-20 14:42:45 -05:00
Daniel J Walsh
58d28f5f2d
Bump to v0.28.0
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-20 14:42:25 -05:00
OpenShift Merge Robot
729e37920a
Merge pull request #358 from containers/dependabot/go_modules/github.com/containers/image/v5-5.8.1
...
Bump github.com/containers/image/v5 from 5.8.0 to 5.8.1
2020-11-20 20:38:52 +01:00
Daniel J Walsh
d8b45db552
Merge pull request #354 from rhatdan/keyring
...
Add support for enabling/disabling kernel keyring in engines
2020-11-20 14:35:34 -05:00
Daniel J Walsh
db0cd0966f
Bump github.com/containers/image/v5 from 5.8.0 to 5.8.1
...
Bumps [github.com/containers/image/v5](https://github.com/containers/image ) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/containers/image/releases )
- [Commits](https://github.com/containers/image/compare/v5.8.0...v5.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-20 14:15:43 -05:00
Daniel J Walsh
69ee79b12c
Add support for enabling/disabling kernel keyring in engines
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-20 13:39:24 -05:00
OpenShift Merge Robot
05bd4836d8
Merge pull request #357 from containers/dependabot/go_modules/github.com/containers/storage-1.24.1
...
Bump github.com/containers/storage from 1.24.0 to 1.24.1
2020-11-20 19:38:20 +01:00
dependabot-preview[bot]
552c078c12
Bump github.com/containers/storage from 1.24.0 to 1.24.1
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.24.0 to 1.24.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.24.0...v1.24.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-20 11:58:25 -05:00
OpenShift Merge Robot
5de5412c33
Merge pull request #356 from mheon/no_default_infra_cmd
...
We should not be setting a default infra command.
2020-11-20 12:35:06 +01:00
Daniel J Walsh
8b64a0f9b5
Merge pull request #355 from QiWang19/retry-error
...
Print the error to log info
2020-11-20 06:27:24 -05:00
Matthew Heon
bb5e97fdbb
We should not be setting a default infra command.
...
We should be sourcing from the image CMD/ENTRYPOINT by default.
Having a default prevents us from doing that - we should only be
using this for user-configured values that do not come from the
image.
Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-11-19 15:43:36 -05:00
OpenShift Merge Robot
3468cb3598
Merge pull request #353 from rhatdan/secrets
...
Move buildah/pkg/secrets to common/pkg/subscriptions
2020-11-19 20:32:54 +01:00
Qi Wang
a397721d76
Print the error to log info
...
When retry with retryable error, add the error to the log meassage providing more info for debugging.
Signed-off-by: Qi Wang <qiwan@redhat.com>
2020-11-19 14:21:09 -05:00
Daniel J Walsh
83bda5699e
Move buildah/pkg/secrets to common/pkg/subscriptions
...
Since secrets is shared by buildah, podman and cri-o, we need
to move it to containers/common.
Also move containers-mounts.conf.5.md to common from podman,
since this is common to all packages.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-19 10:31:58 -05:00
OpenShift Merge Robot
b594a75a2d
Merge pull request #351 from rhatdan/remote
...
Move some volume and device parsing from buildah to common
2020-11-18 16:40:21 +01:00
Daniel J Walsh
f9bd8a21b0
Move some volume and device parsing from buildah to common
...
We want to split out buildah/pkg/parse for components other
containers/engines are using without pulling in the buildah library.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-18 08:43:35 -05:00
OpenShift Merge Robot
c52ef37103
Merge pull request #349 from containers/dependabot/go_modules/github.com/containers/image/v5-5.8.0
...
Bump github.com/containers/image/v5 from 5.7.0 to 5.8.0
2020-11-17 20:23:14 +01:00
Daniel J Walsh
29691c7b50
Bump github.com/containers/image/v5 from 5.7.0 to 5.8.0
...
Bumps [github.com/containers/image/v5](https://github.com/containers/image ) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/containers/image/releases )
- [Commits](https://github.com/containers/image/compare/v5.7.0...v5.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-17 14:07:14 -05:00
OpenShift Merge Robot
df331e915a
Merge pull request #350 from containers/dependabot/go_modules/github.com/containers/storage-1.24.0
...
Bump github.com/containers/storage from 1.23.9 to 1.24.0
2020-11-17 12:10:20 +01:00
dependabot-preview[bot]
0262182809
Bump github.com/containers/storage from 1.23.9 to 1.24.0
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.23.9 to 1.24.0.
- [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.23.9...v1.24.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-16 09:11:23 -05:00
Daniel J Walsh
3a13ae2821
Merge pull request #348 from rhatdan/VERSION
...
Bump to v0.27.0
2020-11-09 09:24:00 -05:00
Daniel J Walsh
fb723f3d9d
Move to v0.27.1-dev
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-09 09:22:45 -05:00
Daniel J Walsh
ddd2b3ed61
Bump to v0.27.0
2020-11-09 09:22:40 -05:00
Daniel J Walsh
09881df054
Merge pull request #347 from maybe-sybr/maybe/fix-sysctl-ping_group_range
...
fix: Set `ping_group_range` to `0 0` by default
2020-11-09 09:17:17 -05:00
maybe-sybr
971974173b
fix: Set `ping_group_range` to `0 0` by default
...
This sysctl is an inclusive range and since the intention is to only
allow ping for root, setting it to `0 0` is adequate. This change
ensures that if a container is run from a user namespace where GID 1
isn't mapped, we won't get an EINVAL back when attempting to write this
sysctl value which would then cause an OCI runtime error.
Fixes #345
2020-11-09 09:04:30 +11:00
OpenShift Merge Robot
c117ccd98c
Merge pull request #344 from containers/dependabot/go_modules/github.com/containers/storage-1.23.9
...
Bump github.com/containers/storage from 1.23.8 to 1.23.9
2020-11-04 05:53:31 -05:00
dependabot-preview[bot]
fd941221fb
Bump github.com/containers/storage from 1.23.8 to 1.23.9
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.23.8 to 1.23.9.
- [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.23.8...v1.23.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-04 05:07:49 -05:00
OpenShift Merge Robot
9b760d2008
Merge pull request #343 from containers/dependabot/go_modules/github.com/containers/storage-1.23.8
...
Bump github.com/containers/storage from 1.23.7 to 1.23.8
2020-11-02 12:01:29 +01:00
dependabot-preview[bot]
d6cb615a8f
Bump github.com/containers/storage from 1.23.7 to 1.23.8
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.23.7 to 1.23.8.
- [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.23.7...v1.23.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-02 05:18:06 -05:00
OpenShift Merge Robot
66e11686f5
Merge pull request #342 from rhatdan/conf
...
Enabled the remote flag to be accessible by users
2020-10-30 15:15:08 +01:00
Daniel J Walsh
86a01f6857
Enabled the remote flag to be accessible by users
...
This flag would allow users to run the podman command
in podman-remote mode by default. If you are primarily using
podman to access a remote server, you might want to enable this
flag and not have to install podman-remote as well as podman command.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-10-30 05:11:43 -04:00
Daniel J Walsh
aec47be211
Merge pull request #341 from rhatdan/VERSION
...
Bump to v0.26.3
2020-10-27 06:49:37 -04:00
Daniel J Walsh
341fecc47e
Move to v0.26.4-dev
2020-10-27 06:48:04 -04:00
Daniel J Walsh
92b715aefe
Bump to v0.26.3
2020-10-27 06:47:40 -04:00
OpenShift Merge Robot
f20ef87022
Merge pull request #340 from jwhonce/wip/report
...
Revert changes in 0.26.2 that broke podman
2020-10-27 11:30:06 +01:00
Jhon Honce
76039732ca
Revert changes in 0.26.2 that broke podman
...
Signed-off-by: Jhon Honce <jhonce@redhat.com>
2020-10-26 15:51:43 -07:00
OpenShift Merge Robot
ed0f7b9b02
Merge pull request #339 from rhatdan/tz
...
Don't check for timezone, unless user specified one
2020-10-26 18:47:19 +01:00
Daniel J Walsh
b54632c8b8
Don't check for timezone, unless user specified one
...
Certain systems do not include
"/usr/share/zoneinfo",
"/etc/zoneinfo",
Which is causing failures to verify timzeones set to "", which is
the default.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-10-26 09:26:09 -04:00
Daniel J Walsh
d0f2b80b40
Merge pull request #337 from containers/dependabot/go_modules/github.com/containers/storage-1.23.7
...
Bump github.com/containers/storage from 1.23.6 to 1.23.7
2020-10-26 08:26:55 -04:00
dependabot-preview[bot]
c202e5e55c
Bump github.com/containers/storage from 1.23.6 to 1.23.7
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.23.6 to 1.23.7.
- [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.23.6...v1.23.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-10-26 05:37:23 -04:00
Daniel J Walsh
c7cf7b1711
Merge pull request #336 from rhatdan/VERSION
...
Bump to v0.26.2
2020-10-24 21:10:54 -04:00
Daniel J Walsh
9a0f268538
Move to v0.26.3-dev
2020-10-24 21:09:40 -04:00
Daniel J Walsh
471a4d46ba
Bump to v0.26.2
2020-10-24 21:09:20 -04:00