mirror of
https://github.com/helje5/dockSwiftOnARM.git
synced 2025-11-01 06:33:34 +00:00
Dockerfile cleanups ...
add labels, etc.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user