Update base image from leap15.0 to leap15.1

Changes made in opensuse_15 dockerfile to support opensuse leap15.1

Change-Id: I3b010c15745b505896066fc144cbc57487dd6688
This commit is contained in:
Rajeshwari Dharwadkar 2019-07-11 17:04:41 -07:00
parent aeb0c198b1
commit 6a54c62828
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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'

View File

@ -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'