Update base image from leap15.0 to leap15.1

Changes made in opensuse_15 dockerfile to support opensuse leap15.1

Change-Id: Ifc959e9e8aa5da4ed6703ef8157f1c5beedc8ecd
This commit is contained in:
Rajeshwari Dharwadkar 2019-07-11 17:12:08 -07:00
parent 134c55805b
commit 971c901c4d
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Multiple Distro Support
======================= =======================
This project builds images for Deckhand component only. Currently, it This project builds images for Deckhand component only. 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 By default, Ubuntu images are built and are published to public registry
server. Recently support for publishing opensuse image has been added. server. Recently support for publishing opensuse image has been added.
@ -28,7 +28,7 @@ can be passed to the *make* command in deckhand repository's root
directory with *images* as target:: directory with *images* as target::
DISTRO: opensuse_15 DISTRO: opensuse_15
DISTRO_BASE_IMAGE: "opensuse/leap:15.0" DISTRO_BASE_IMAGE: "opensuse/leap:15.1"
DOCKER_REGISTRY: { your_docker_registry } DOCKER_REGISTRY: { your_docker_registry }
IMAGE_TAG: latest IMAGE_TAG: latest
PUSH_IMAGE: false PUSH_IMAGE: false

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
ARG FROM=opensuse/leap:15.0 ARG FROM=opensuse/leap:15.1
FROM ${FROM} FROM ${FROM}
LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode' LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode'