summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2016-05-13 10:46:59 +0200
committerStef Walter <stefw@redhat.com>2016-05-13 10:46:59 +0200
commit8a0d00f82137ea0e1616196937ee723e9fb58bbf (patch)
tree68e7fc0491371da5641a9200e667ba7247ba1f4f
parent4a2d0f906d138772a626c9e4f562945b6e712c59 (diff)
Cockpit 0.106
-rw-r--r--content/cockpit/cockpit-0.106.md41
-rw-r--r--content/images/cockpit-image-layers.pngbin0 -> 72547 bytes
2 files changed, 41 insertions, 0 deletions
diff --git a/content/cockpit/cockpit-0.106.md b/content/cockpit/cockpit-0.106.md
new file mode 100644
index 0000000..40dc311
--- /dev/null
+++ b/content/cockpit/cockpit-0.106.md
@@ -0,0 +1,41 @@
+Title: Cockpit 0.106
+Date: 2016-05-12 15:40
+Tags: cockpit, linux, technical, kubernetes
+Slug: cockpit-0.106
+Category: release
+Summary: Cockpit releases every week. Here's highlights from 0.106
+
+Cockpit is the [modern Linux admin interface](http://cockpit-project.org/). There's a new release every week. Here are the highlights from this weeks 0.106 release.
+
+
+### Stable Cockpit Styles
+
+One of the annoying things about CSS is that when you bring in stylesheets from
+multiple projects, they can conflict. You have to choose a nomen-clature to
+namespace your CSS, or nest it appropriately.
+
+We're stabilizing the internals of Cockpit in the browser, so when folks write
+plugins, they can count on them working. To make that happen we had to namespace
+all our own Cockpit specific CSS classes. Most of the styling used in Cockpit
+come from [Patternfly](https://www.patternfly.org/) and this change doesn't affect
+those styles at all.
+
+[Documentation is on the wiki](https://github.com/cockpit-project/cockpit/wiki/Cockpit-CSS-Styling)
+
+
+### Container Image Layers
+
+Docker container image layers are now shown much more clearly. It should be clearer to tell
+which is the base layer, and how the others are layered on top:
+
+![Image Layers](images/cockpit-image-layers.png)
+
+### Try it out
+
+Cockpit 0.106 is available now:
+
+ * [For your Linux system](http://cockpit-project.org/running.html)
+ * [Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/0.106)
+ * [Fedora 24](https://bodhi.fedoraproject.org/updates/cockpit-0.106-1.fc24)
+ * [COPR for Fedora 23, CentOS and RHEL](https://copr.fedoraproject.org/coprs/g/cockpit/cockpit-preview/)
+
diff --git a/content/images/cockpit-image-layers.png b/content/images/cockpit-image-layers.png
new file mode 100644
index 0000000..907c2da
--- /dev/null
+++ b/content/images/cockpit-image-layers.png
Binary files differ