Update Dockerfiles to Alpine 3.10
This commit is contained in:
Родитель
e6709409a2
Коммит
00f1c95b1d
|
@ -1,6 +1,6 @@
|
||||||
# Dockerfile for Azure/batch-shipyard (Cargo)
|
# Dockerfile for Azure/batch-shipyard (Cargo)
|
||||||
|
|
||||||
FROM alpine:3.9
|
FROM alpine:3.10
|
||||||
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
||||||
|
|
||||||
# copy in files
|
# copy in files
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Dockerfile for Azure/batch-shipyard (Cascade/Docker)
|
# Dockerfile for Azure/batch-shipyard (Cascade/Docker)
|
||||||
|
|
||||||
FROM alpine:3.9
|
FROM alpine:3.10
|
||||||
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
||||||
|
|
||||||
# copy in files
|
# copy in files
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Dockerfile for Azure/batch-shipyard (Cascade/Singularity)
|
# Dockerfile for Azure/batch-shipyard (Cascade/Singularity)
|
||||||
|
|
||||||
# base image containing singularity
|
# base image containing singularity
|
||||||
FROM alfpark/singularity:3-default
|
FROM alfpark/singularity:3.3.0-default
|
||||||
|
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Dockerfile for Azure/batch-shipyard (Federation)
|
# Dockerfile for Azure/batch-shipyard (Federation)
|
||||||
|
|
||||||
FROM alpine:3.9
|
FROM alpine:3.10
|
||||||
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
||||||
|
|
||||||
# copy in files
|
# copy in files
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Dockerfile for Azure/batch-shipyard (Heimdall)
|
# Dockerfile for Azure/batch-shipyard (Heimdall)
|
||||||
|
|
||||||
FROM alpine:3.9
|
FROM alpine:3.10
|
||||||
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
||||||
|
|
||||||
# copy in files
|
# copy in files
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Dockerfile for Azure/batch-shipyard (Slurm)
|
# Dockerfile for Azure/batch-shipyard (Slurm)
|
||||||
|
|
||||||
FROM alpine:3.9
|
FROM alpine:3.10
|
||||||
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
MAINTAINER Fred Park <https://github.com/Azure/batch-shipyard>
|
||||||
|
|
||||||
# copy in files
|
# copy in files
|
||||||
|
|
Загрузка…
Ссылка в новой задаче