Dockerfile cleanups ...

add labels, etc.
This commit is contained in:
Helge Hess
2017-05-11 17:13:40 +02:00
parent 2546281a6e
commit d74ce8f360
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -4,6 +4,8 @@
#
FROM helje5/rpi-swift:3.1.1
LABEL maintainer "Helge Heß <me@helgehess.eu>"
# rpi-swift sets it to swift
USER root
@@ -1,6 +1,6 @@
# Dockerfile
#
# docker run --rm --interactive --tty helje5/rpi-ubuntu-swift-build311-env bash
# docker run --rm -i --tty helje5/rpi-ubuntu-swift-build311-env bash
#
# TODO: need a script within the image for this:
# docker run --rm -v /home/pirate:/package helje5/rpi-ubuntu-swift311-build \
@@ -1,10 +1,11 @@
# Dockerfile
#
# docker run --privileged=true -i --tty --rm helje5/rpi-swift:3.1.0
# docker run -i --tty --rm helje5/rpi-swift:3.1.0
#
FROM ioft/armhf-ubuntu:16.04
LABEL maintainer "Helge Heß <me@helgehess.eu>"
ARG TARBALL=swift-3.1-armv7l-ubuntu-16.04.tar.gz
ENV DEBIAN_FRONTEND noninteractive