Update Dockerfiles to Alpine 3.10

This commit is contained in:
Fred Park 2019-08-08 20:11:33 +00:00
Родитель e6709409a2
Коммит 00f1c95b1d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3C4D545F457737EB
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# Dockerfile for Azure/batch-shipyard (Cargo)
FROM alpine:3.9
FROM alpine:3.10
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
# copy in files

Просмотреть файл

@ -1,6 +1,6 @@
# Dockerfile for Azure/batch-shipyard (Cascade/Docker)
FROM alpine:3.9
FROM alpine:3.10
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
# copy in files

Просмотреть файл

@ -1,7 +1,7 @@
# Dockerfile for Azure/batch-shipyard (Cascade/Singularity)
# base image containing singularity
FROM alfpark/singularity:3-default
FROM alfpark/singularity:3.3.0-default
FROM ubuntu:18.04
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>

Просмотреть файл

@ -1,6 +1,6 @@
# Dockerfile for Azure/batch-shipyard (Federation)
FROM alpine:3.9
FROM alpine:3.10
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
# copy in files

Просмотреть файл

@ -1,6 +1,6 @@
# Dockerfile for Azure/batch-shipyard (Heimdall)
FROM alpine:3.9
FROM alpine:3.10
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
# copy in files

Просмотреть файл

@ -1,6 +1,6 @@
# Dockerfile for Azure/batch-shipyard (Slurm)
FROM alpine:3.9
FROM alpine:3.10
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
# copy in files