Hello community,
here is the log from the commit of package busybox-k8s-yaml for
openSUSE:Factory checked in at 2020-09-03 01:09:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/busybox-k8s-yaml (Old)
and /work/SRC/openSUSE:Factory/.busybox-k8s-yaml.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "busybox-k8s-yaml"
Thu Sep 3 01:09:30 2020 rev:2 rq:829813 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/busybox-k8s-yaml/busybox-k8s-yaml.changes
2020-02-24 15:51:31.763354678 +0100
+++
/work/SRC/openSUSE:Factory/.busybox-k8s-yaml.new.3399/busybox-k8s-yaml.changes
2020-09-03 01:09:58.412383373 +0200
@@ -1,0 +2,6 @@
+Wed Aug 26 17:09:27 UTC 2020 - Thorsten Kukuk <[email protected]>
+
+- Use pause command instead of sleep, else the container will
+ always quit hard after 1 hour.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ busybox-k8s-yaml.spec ++++++
--- /var/tmp/diff_new_pack.PVhAvF/_old 2020-09-03 01:10:00.084383931 +0200
+++ /var/tmp/diff_new_pack.PVhAvF/_new 2020-09-03 01:10:00.088383932 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package netcfg
+# spec file for package busybox-k8s-yaml
#
# Copyright (c) 2020 SUSE LLC
#
++++++ busybox.yaml ++++++
--- /var/tmp/diff_new_pack.PVhAvF/_old 2020-09-03 01:10:00.124383944 +0200
+++ /var/tmp/diff_new_pack.PVhAvF/_new 2020-09-03 01:10:00.124383944 +0200
@@ -8,7 +8,6 @@
- name: busybox
image: registry.opensuse.org/opensuse/busybox
command:
- - sleep
- - "3600"
+ - pause
imagePullPolicy: Always
restartPolicy: Always