From 6a54c628281eaad8526ca1a4dd28f79c3ad23405 Mon Sep 17 00:00:00 2001 From: Rajeshwari Dharwadkar Date: Thu, 11 Jul 2019 17:04:41 -0700 Subject: [PATCH] Update base image from leap15.0 to leap15.1 Changes made in opensuse_15 dockerfile to support opensuse leap15.1 Change-Id: I3b010c15745b505896066fc144cbc57487dd6688 --- doc/source/multi-distro-support.rst | 4 ++-- images/airflow/Dockerfile.opensuse_15 | 2 +- images/shipyard/Dockerfile.opensuse_15 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/multi-distro-support.rst b/doc/source/multi-distro-support.rst index c40e715d..c070a3ae 100644 --- a/doc/source/multi-distro-support.rst +++ b/doc/source/multi-distro-support.rst @@ -18,7 +18,7 @@ Multiple Distro Support ======================= This project builds images for Shipyard and Airflow components. Currently, it -supports building images for ubuntu and opensuse ( leap 15.0 as base image). +supports building images for ubuntu and opensuse ( leap 15.1 as base image). By default, Ubuntu images are built and are published to public registry server. Recently support for publishing opensuse image has also been added. @@ -28,7 +28,7 @@ can be passed to the *make* command in shipyard repository's root directory with *images* as target:: DISTRO: opensuse_15 - DISTRO_BASE_IMAGE: "opensuse/leap:15.0" + DISTRO_BASE_IMAGE: "opensuse/leap:15.1" DOCKER_REGISTRY: { your_docker_registry } IMAGE_TAG: latest IMAGE_NAME: airflow diff --git a/images/airflow/Dockerfile.opensuse_15 b/images/airflow/Dockerfile.opensuse_15 index 68b4a07c..4d17dcff 100644 --- a/images/airflow/Dockerfile.opensuse_15 +++ b/images/airflow/Dockerfile.opensuse_15 @@ -13,7 +13,7 @@ # limitations under the License. # Docker image to run Airflow on Kubernetes -ARG FROM=opensuse/leap:15.0 +ARG FROM=opensuse/leap:15.1 FROM ${FROM} LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode' diff --git a/images/shipyard/Dockerfile.opensuse_15 b/images/shipyard/Dockerfile.opensuse_15 index b1255ccc..947e74ac 100644 --- a/images/shipyard/Dockerfile.opensuse_15 +++ b/images/shipyard/Dockerfile.opensuse_15 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG FROM=opensuse/leap:15.0 +ARG FROM=opensuse/leap:15.1 FROM ${FROM} LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode'