From 4462f08e86aedd3ec287eff7fd36975d98ee0bd8 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 16 Feb 2017 12:20:46 -0600 Subject: [PATCH 01/25] update to latest upstream --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a9b00f..a4b75b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=125 RELEASE=1.2 +ENV VERSION=130 RELEASE=1 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 1813a1a515b2b4ba1b4da5326bb7ad8cfc3174a2 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 20 Feb 2017 15:03:45 -0600 Subject: [PATCH 02/25] Bump RELEASE for automatic rebuild --- Dockerfile | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/Dockerfile b/Dockerfile index a4b75b6..e69de29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,31 +0,0 @@ -FROM registry.fedoraproject.org/fedora:25 -MAINTAINER "Stef Walter" - -ENV VERSION=130 RELEASE=1 -LABEL BZComponent="cockpit" \ - Name="$FGC/cockpit" \ - Version="$VERSION" \ - Release="$RELEASE.$DISTTAG" \ - Architecture="x86_64" - -RUN dnf install -y cockpit-ws - -# And the stuff that starts the container -RUN mkdir -p /container && ln -s /host/proc/1 /container/target-namespace -ADD atomic-install /container/atomic-install -ADD atomic-uninstall /container/atomic-uninstall -ADD atomic-run /container/atomic-run -RUN chmod -v +x /container/atomic-install -RUN chmod -v +x /container/atomic-uninstall -RUN chmod -v +x /container/atomic-run - -# Make the container think it's the host OS version -RUN rm -f /etc/os-release /usr/lib/os-release && ln -sv /host/etc/os-release /etc/os-release && ln -sv /host/usr/lib/os-release /usr/lib/os-release - -LABEL INSTALL /usr/bin/docker run -ti --rm --privileged -v /:/host IMAGE /container/atomic-install -LABEL UNINSTALL /usr/bin/docker run -ti --rm --privileged -v /:/host IMAGE /container/atomic-uninstall -LABEL RUN /usr/bin/docker run -d --privileged --pid=host -v /:/host IMAGE /container/atomic-run --local-ssh - -# Look ma, no EXPOSE - -CMD ["/container/atomic-run"] From eba037c9745cca4c120ad29421232d1621917b18 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 20 Feb 2017 15:05:00 -0600 Subject: [PATCH 03/25] Revert "Bump RELEASE for automatic rebuild" This reverts commit 1813a1a515b2b4ba1b4da5326bb7ad8cfc3174a2. Testing automatic rebuild script, there is clearly a bug. --- Dockerfile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Dockerfile b/Dockerfile index e69de29..a4b75b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -0,0 +1,31 @@ +FROM registry.fedoraproject.org/fedora:25 +MAINTAINER "Stef Walter" + +ENV VERSION=130 RELEASE=1 +LABEL BZComponent="cockpit" \ + Name="$FGC/cockpit" \ + Version="$VERSION" \ + Release="$RELEASE.$DISTTAG" \ + Architecture="x86_64" + +RUN dnf install -y cockpit-ws + +# And the stuff that starts the container +RUN mkdir -p /container && ln -s /host/proc/1 /container/target-namespace +ADD atomic-install /container/atomic-install +ADD atomic-uninstall /container/atomic-uninstall +ADD atomic-run /container/atomic-run +RUN chmod -v +x /container/atomic-install +RUN chmod -v +x /container/atomic-uninstall +RUN chmod -v +x /container/atomic-run + +# Make the container think it's the host OS version +RUN rm -f /etc/os-release /usr/lib/os-release && ln -sv /host/etc/os-release /etc/os-release && ln -sv /host/usr/lib/os-release /usr/lib/os-release + +LABEL INSTALL /usr/bin/docker run -ti --rm --privileged -v /:/host IMAGE /container/atomic-install +LABEL UNINSTALL /usr/bin/docker run -ti --rm --privileged -v /:/host IMAGE /container/atomic-uninstall +LABEL RUN /usr/bin/docker run -d --privileged --pid=host -v /:/host IMAGE /container/atomic-run --local-ssh + +# Look ma, no EXPOSE + +CMD ["/container/atomic-run"] From 35686f795b21a5d1352e275512938a3fe8e5397d Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 20 Feb 2017 15:20:50 -0600 Subject: [PATCH 04/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4b75b6..8374d66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=130 RELEASE=1 +ENV VERSION=130 RELEASE=1.1 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 2d722e3a29835de95fdea8594a4ec37ba54a811f Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 28 Feb 2017 10:35:58 -0600 Subject: [PATCH 05/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8374d66..cfed1d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=130 RELEASE=1.1 +ENV VERSION=130 RELEASE=1.2 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 4e5d38dcc5bd5433c9c395b3724f7bc40d7d5232 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 2 Mar 2017 20:21:20 -0600 Subject: [PATCH 06/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cfed1d9..848b7cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=130 RELEASE=1.2 +ENV VERSION=130 RELEASE=1.3 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 5a89b2f994be77e958d1ce35bcf462a8d1d84a4a Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 7 Mar 2017 17:40:24 -0600 Subject: [PATCH 07/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 848b7cd..f70c935 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=130 RELEASE=1.3 +ENV VERSION=130 RELEASE=1.4 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 59ee9505408f3c1ed84fee4b39636d9f7f72f92c Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 15 Mar 2017 16:45:18 -0500 Subject: [PATCH 08/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f70c935..ec46010 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=130 RELEASE=1.4 +ENV VERSION=130 RELEASE=1.5 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 7aa15b4a083c0f98debfd81245354cb870c99689 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 15 Mar 2017 16:45:47 -0500 Subject: [PATCH 09/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec46010..b34fa68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=130 RELEASE=1.5 +ENV VERSION=130 RELEASE=1.6 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From fc8c2e6cc224569461ab85613f49991594291911 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 15 Mar 2017 16:48:50 -0500 Subject: [PATCH 10/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b34fa68..0a2e165 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=130 RELEASE=1.6 +ENV VERSION=130 RELEASE=1.7 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 39483bd840f4f6479404b6a05a179229ca24c761 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 15 Mar 2017 17:23:18 -0500 Subject: [PATCH 11/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a2e165..8917d50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=130 RELEASE=1.7 +ENV VERSION=130 RELEASE=1.8 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 588879a8621e46735c01109bc214e6119bacfb70 Mon Sep 17 00:00:00 2001 From: petervo Date: Thu, 23 Mar 2017 15:05:06 -0700 Subject: [PATCH 12/25] Update for cockpit 135 --- Dockerfile | 10 +++++----- atomic-install | 11 +++++++---- atomic-run | 1 + atomic-uninstall | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8917d50..538d42f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,16 +1,16 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=130 RELEASE=1.8 +ENV VERSION=135 RELEASE=1 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ Release="$RELEASE.$DISTTAG" \ Architecture="x86_64" -RUN dnf install -y cockpit-ws -# And the stuff that starts the container +RUN dnf install -y cockpit-ws cockpit-dashboard + RUN mkdir -p /container && ln -s /host/proc/1 /container/target-namespace ADD atomic-install /container/atomic-install ADD atomic-uninstall /container/atomic-uninstall @@ -22,8 +22,8 @@ RUN chmod -v +x /container/atomic-run # Make the container think it's the host OS version RUN rm -f /etc/os-release /usr/lib/os-release && ln -sv /host/etc/os-release /etc/os-release && ln -sv /host/usr/lib/os-release /usr/lib/os-release -LABEL INSTALL /usr/bin/docker run -ti --rm --privileged -v /:/host IMAGE /container/atomic-install -LABEL UNINSTALL /usr/bin/docker run -ti --rm --privileged -v /:/host IMAGE /container/atomic-uninstall +LABEL INSTALL /usr/bin/docker run --rm --privileged -v /:/host IMAGE /container/atomic-install +LABEL UNINSTALL /usr/bin/docker run --rm --privileged -v /:/host IMAGE /container/atomic-uninstall LABEL RUN /usr/bin/docker run -d --privileged --pid=host -v /:/host IMAGE /container/atomic-run --local-ssh # Look ma, no EXPOSE diff --git a/atomic-install b/atomic-install index abc4c61..15d2477 100644 --- a/atomic-install +++ b/atomic-install @@ -17,7 +17,7 @@ if [ ! -f /host/usr/bin/cockpit-bridge ]; then exit 1 fi if [ ! -d /host/usr/share/cockpit ]; then - echo "cockpit-run: cockpit-shell and other resources must be installed in the host" >&2 + echo "cockpit-run: cockpit-system and other resources must be installed in the host" >&2 exit 1 fi if [ -f /host/usr/libexec/cockpit-ws ]; then @@ -34,14 +34,17 @@ set -x sed -e '/pam_selinux/d' -e '/pam_sepermit/d' /etc/pam.d/cockpit > /host/etc/pam.d/cockpit # Make sure that we have required directories in the host -mkdir -p /host/etc/cockpit/ws-certs.d -chmod 755 /host/etc/cockpit/ws-certs.d -chown root:root /host/etc/cockpit/ws-certs.d +mkdir -p /host/etc/cockpit/ws-certs.d /host/etc/cockpit/machines.d +chmod 755 /host/etc/cockpit/ws-certs.d /host/etc/cockpit/machines.d +chown root:root /host/etc/cockpit/ws-certs.d /host/etc/cockpit/machines.d mkdir -p /host/var/lib/cockpit chmod 775 /host/var/lib/cockpit chown root:wheel /host/var/lib/cockpit +# For sharing ssh's known hosts with container +mkdir -p /etc/ssh + # Ensure we have certificates /bin/mount --bind /host/etc/cockpit /etc/cockpit /usr/sbin/remotectl certificate --ensure diff --git a/atomic-run b/atomic-run index 1ddddde..6a096d6 100644 --- a/atomic-run +++ b/atomic-run @@ -15,6 +15,7 @@ set +x /bin/mount --bind /host/usr/share/pixmaps /usr/share/pixmaps /bin/mount --bind /host/var /var +/bin/mount --bind /host/etc/ssh /etc/ssh # And run cockpit-ws exec /usr/bin/nsenter --net=/container/target-namespace/ns/net --uts=/container/target-namespace/ns/uts -- /usr/libexec/cockpit-ws "$@" diff --git a/atomic-uninstall b/atomic-uninstall index 06b49aa..5b4636f 100644 --- a/atomic-uninstall +++ b/atomic-uninstall @@ -16,7 +16,7 @@ if [ ! -f /host/usr/bin/cockpit-bridge ]; then exit 1 fi if [ ! -d /host/usr/share/cockpit ]; then - echo "cockpit-shell and other resources must be installed in the host" >&2 + echo "cockpit-system and other resources must be installed in the host" >&2 exit 1 fi if [ -f /host/usr/libexec/cockpit-ws ]; then From c065d39da71c839d3142354337b8c83190a97ae2 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 29 Mar 2017 15:16:04 -0500 Subject: [PATCH 13/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 538d42f..2045e7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=1 +ENV VERSION=135 RELEASE=2 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 71ea0c6bf5d38620334d093d8de1e46928206904 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 29 Mar 2017 15:16:26 -0500 Subject: [PATCH 14/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2045e7e..3e0ea03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=2 +ENV VERSION=135 RELEASE=3 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 71639ff52a92219d07db397833f0bd4b8f26c27e Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 29 Mar 2017 22:37:57 -0500 Subject: [PATCH 15/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e0ea03..68d4b0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=3 +ENV VERSION=135 RELEASE=4 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 0bc56173393922dea36167a13cef66dbcc4baa32 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 20 Apr 2017 21:31:02 -0500 Subject: [PATCH 16/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68d4b0b..aec66b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=4 +ENV VERSION=135 RELEASE=5 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 7ccefbae284c9d4ce32eea2dfbac6fae53cdcd8a Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 20 Apr 2017 21:32:41 -0500 Subject: [PATCH 17/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aec66b0..29b3d08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=5 +ENV VERSION=135 RELEASE=6 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 5572bed79cc267a84fe76578866dda825508c13b Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 23 May 2017 15:31:55 -0500 Subject: [PATCH 18/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29b3d08..3c8edfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=6 +ENV VERSION=135 RELEASE=7 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From 8a9191228783b1f539ca7f1124aaf4cedfb3f813 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 8 Jun 2017 22:18:49 -0500 Subject: [PATCH 19/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c8edfc..a2b6202 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=7 +ENV VERSION=135 RELEASE=8 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From a6e92b82113b77eb21b4024623cc087fbfbc0772 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 14 Jun 2017 16:25:17 -0500 Subject: [PATCH 20/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2b6202..dcc0c59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=8 +ENV VERSION=135 RELEASE=9 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From e9ce6df1203910c3990690660a9d22b360a4548b Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 27 Jun 2017 10:45:22 -0500 Subject: [PATCH 21/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcc0c59..990f357 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=9 +ENV VERSION=135 RELEASE=10 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From c52b839664b2c09959dad311f05b3ad76e20842f Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 6 Jul 2017 14:04:34 -0500 Subject: [PATCH 22/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 990f357..566f150 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=10 +ENV VERSION=135 RELEASE=11 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From ab68f90d78a8160c2584a985373c37e7264c5852 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 25 Jul 2017 12:53:44 -0500 Subject: [PATCH 23/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 566f150..eb86d87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=11 +ENV VERSION=135 RELEASE=12 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From d614930e17d168547875cf2b17925d1f3cda8caa Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 24 Aug 2017 15:39:27 -0500 Subject: [PATCH 24/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb86d87..fdd0f06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=12 +ENV VERSION=135 RELEASE=13 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ From c3292770fe776d8a10fc1377359a2c32533111c6 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 21 Sep 2017 10:24:48 -0500 Subject: [PATCH 25/25] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fdd0f06..8aca91a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:25 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=13 +ENV VERSION=135 RELEASE=14 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \