Update base image from leap15.0 to leap15.1

Changes made in opensuse_15 dockerfile to support opensuse leap15.1

Change-Id: I2e98eb61fc824568e702a26537d135257ac02845
This commit is contained in:
Rajeshwari Dharwadkar 2019-07-11 16:45:44 -07:00
parent b5432ea394
commit 46bb9bd8b3
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ Follow the steps below to install the Armada CLI.
.. warning::
Armada is tested against a Ubuntu 16.04 and Opensuse(leap15.0)environment.
Armada is tested against a Ubuntu 16.04 and Opensuse(leap15.1)environment.
Clone the Armada repository, ``cd`` into it::

View File

@ -1,4 +1,4 @@
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'