Hello community, here is the log from the commit of package cri-o for openSUSE:Factory checked in at 2019-07-26 12:37:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cri-o (Old) and /work/SRC/openSUSE:Factory/.cri-o.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cri-o" Fri Jul 26 12:37:39 2019 rev:32 rq:718499 version:1.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes 2019-07-15 22:43:28.503909997 +0200 +++ /work/SRC/openSUSE:Factory/.cri-o.new.4126/cri-o.changes 2019-07-26 12:37:40.778010368 +0200 @@ -1,0 +2,15 @@ +Thu Jul 25 09:20:42 UTC 2019 - Richard Brown <[email protected]> + +- Update crio.conf to use correct pause_command + +------------------------------------------------------------------- +Thu Jul 18 10:13:04 UTC 2019 - Richard Brown <[email protected]> + +- Update crio.conf to use better versioned pause container + +------------------------------------------------------------------- +Wed Jul 17 14:53:38 UTC 2019 - Richard Brown <[email protected]> + +- Update crio.conf to use official kubic pause container + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crio.conf ++++++ --- /var/tmp/diff_new_pack.Gw8ZGb/_old 2019-07-26 12:37:42.346009335 +0200 +++ /var/tmp/diff_new_pack.Gw8ZGb/_new 2019-07-26 12:37:42.346009335 +0200 @@ -250,7 +250,7 @@ # The image used to instantiate infra containers. # This option supports live configuration reload. -pause_image = "k8s.gcr.io/pause:3.1" +pause_image = "registry.opensuse.org/kubic/pause:3.1" # The path to a file containing credentials specific for pulling the pause_image from # above. The file is similar to that of /var/lib/kubelet/config.json @@ -259,7 +259,7 @@ # The command to run to have a container stay in the paused state. # This option supports live configuration reload. -pause_command = "/pause" +pause_command = "/usr/bin/pause" # Path to the file which decides what sort of policy we use when deciding # whether or not to trust an image that we've pulled. It is not recommended that
