From a7e314e2f7cd0cb29c1573ef81fb5c92ddaf7781 Mon Sep 17 00:00:00 2001 From: Gabriel Mainberger Date: Tue, 25 Jul 2023 13:41:44 +0200 Subject: [PATCH 1/2] Update what is OpenShift and how does it work? --- content/faq/was-ist-openshift-und-wie-funktioniert-es.de.md | 2 +- content/faq/was-ist-openshift-und-wie-funktioniert-es.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/faq/was-ist-openshift-und-wie-funktioniert-es.de.md b/content/faq/was-ist-openshift-und-wie-funktioniert-es.de.md index 806f7527..c460dd84 100644 --- a/content/faq/was-ist-openshift-und-wie-funktioniert-es.de.md +++ b/content/faq/was-ist-openshift-und-wie-funktioniert-es.de.md @@ -1,4 +1,4 @@ --- title: Was ist OpenShift und wie funktioniert es? --- -[OpenShift](https://docs.openshift.com/) ist die Container Platform von Red Hat. Seit der Version 3 setzt OpenShift auf bewährte Open Source Projekte wie [Docker](http://www.docker.com/) und [Kubernetes](http://kubernetes.io/). +[OpenShift](https://docs.openshift.com) ist die Container Platform von Red Hat. Seit der Version 4 setzt OpenShift auf bewährte Open Source Projekte wie [OCI](https://opencontainers.org) und [Kubernetes](http://kubernetes.io/). OCI kompatible container images können mit [Buildah](https://buildah.io/) oder [Docker](http://www.docker.com/) erstellt werden. diff --git a/content/faq/was-ist-openshift-und-wie-funktioniert-es.en.md b/content/faq/was-ist-openshift-und-wie-funktioniert-es.en.md index 78108bf1..e895e6bb 100644 --- a/content/faq/was-ist-openshift-und-wie-funktioniert-es.en.md +++ b/content/faq/was-ist-openshift-und-wie-funktioniert-es.en.md @@ -1,4 +1,4 @@ --- title: What is OpenShift and how does it work? --- -[OpenShift](https://docs.openshift.com/) is the Container platform by Red Hat. Since Version 3 OpenShift relies on proven Open Source projects such as [Docker](http://www.docker.com/) and [Kubernetes](http://kubernetes.io/). +[OpenShift](https://docs.openshift.com) is the Container platform by Red Hat. Since Version 4 OpenShift relies on proven Open Source projects such as [OCI](https://opencontainers.org) and [Kubernetes](http://kubernetes.io/). OCI compatible container images can be generated using [Buildah](https://buildah.io/) or [Docker](http://www.docker.com/). From d3fbf3d754c1c5de3b767da7919cc0e5946cd938 Mon Sep 17 00:00:00 2001 From: Megian Date: Fri, 1 Sep 2023 16:54:24 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Manuel Hutter --- content/faq/was-ist-openshift-und-wie-funktioniert-es.de.md | 2 +- content/faq/was-ist-openshift-und-wie-funktioniert-es.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/faq/was-ist-openshift-und-wie-funktioniert-es.de.md b/content/faq/was-ist-openshift-und-wie-funktioniert-es.de.md index c460dd84..f695ccd7 100644 --- a/content/faq/was-ist-openshift-und-wie-funktioniert-es.de.md +++ b/content/faq/was-ist-openshift-und-wie-funktioniert-es.de.md @@ -1,4 +1,4 @@ --- title: Was ist OpenShift und wie funktioniert es? --- -[OpenShift](https://docs.openshift.com) ist die Container Platform von Red Hat. Seit der Version 4 setzt OpenShift auf bewährte Open Source Projekte wie [OCI](https://opencontainers.org) und [Kubernetes](http://kubernetes.io/). OCI kompatible container images können mit [Buildah](https://buildah.io/) oder [Docker](http://www.docker.com/) erstellt werden. +[OpenShift](https://docs.openshift.com) ist die Container Platform von Red Hat. Seit der Version 4 setzt OpenShift auf bewährte Open Source Projekte wie [OCI](https://opencontainers.org) und [Kubernetes](https://kubernetes.io/). OCI kompatible container images können mit [Buildah](https://buildah.io/) oder [Docker](https://www.docker.com/) erstellt werden. diff --git a/content/faq/was-ist-openshift-und-wie-funktioniert-es.en.md b/content/faq/was-ist-openshift-und-wie-funktioniert-es.en.md index e895e6bb..f6797385 100644 --- a/content/faq/was-ist-openshift-und-wie-funktioniert-es.en.md +++ b/content/faq/was-ist-openshift-und-wie-funktioniert-es.en.md @@ -1,4 +1,4 @@ --- title: What is OpenShift and how does it work? --- -[OpenShift](https://docs.openshift.com) is the Container platform by Red Hat. Since Version 4 OpenShift relies on proven Open Source projects such as [OCI](https://opencontainers.org) and [Kubernetes](http://kubernetes.io/). OCI compatible container images can be generated using [Buildah](https://buildah.io/) or [Docker](http://www.docker.com/). +[OpenShift](https://docs.openshift.com) is the Container platform by Red Hat. Since Version 4 OpenShift relies on proven Open Source projects such as [OCI](https://opencontainers.org) and [Kubernetes](https://kubernetes.io/). OCI compatible container images can be built using [Buildah](https://buildah.io/) or [Docker](https://www.docker.com/).