Changing base image for armhf images #721

This commit is contained in:
Kristian Haugene
2019-03-09 21:02:25 +01:00
parent 105fbf81aa
commit c319b28a25
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM balenalib/rpi-raspbian:stretch
FROM balenalib/raspberrypi3:stretch
MAINTAINER Kristian Haugene
VOLUME /data
+1 -1
View File
@@ -1,6 +1,6 @@
# This Dockerfile is for building ARM images on x64 machine like Docker Hub
FROM balenalib/rpi-raspbian:stretch
FROM balenalib/raspberrypi3:stretch
MAINTAINER Kristian Haugene
RUN [ "cross-build-start" ]
+1 -1
View File
@@ -1,4 +1,4 @@
FROM balenalib/rpi-raspbian:stretch
FROM balenalib/raspberrypi3:stretch
MAINTAINER Kristian Haugene
# Update packages and install software
+1 -1
View File
@@ -1,6 +1,6 @@
# This Dockerfile is for building ARM images on x64 machine like Docker Hub
FROM balenalib/rpi-raspbian:stretch
FROM balenalib/raspberrypi3:stretch
MAINTAINER Kristian Haugene
RUN [ "cross-build-start" ]
+1 -1
View File
@@ -1,4 +1,4 @@
FROM balenalib/rpi-raspbian:stretch
FROM balenalib/raspberrypi3:stretch
RUN apt-get update \
&& apt-get install -y \
+1 -1
View File
@@ -1,6 +1,6 @@
# This Dockerfile is for building ARM images on x64 machine like Docker Hub
FROM balenalib/rpi-raspbian:stretch
FROM balenalib/raspberrypi3:stretch
RUN [ "cross-build-start" ]