Changing armhf base image for compatability with all rpi verisons #721

This commit is contained in:
Kristian Haugene
2019-03-26 22:28:32 +01:00
parent d6cbaf52a0
commit 615624af0b
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM balenalib/raspberrypi3:stretch FROM balenalib/raspberry-pi:stretch
MAINTAINER Kristian Haugene MAINTAINER Kristian Haugene
VOLUME /data VOLUME /data

View File

@@ -1,6 +1,6 @@
# This Dockerfile is for building ARM images on x64 machine like Docker Hub # This Dockerfile is for building ARM images on x64 machine like Docker Hub
FROM balenalib/raspberrypi3:stretch FROM balenalib/raspberry-pi:stretch
MAINTAINER Kristian Haugene MAINTAINER Kristian Haugene
RUN [ "cross-build-start" ] RUN [ "cross-build-start" ]

View File

@@ -1,4 +1,4 @@
FROM balenalib/raspberrypi3:stretch FROM balenalib/raspberry-pi:stretch
MAINTAINER Kristian Haugene MAINTAINER Kristian Haugene
# Update packages and install software # Update packages and install software

View File

@@ -1,6 +1,6 @@
# This Dockerfile is for building ARM images on x64 machine like Docker Hub # This Dockerfile is for building ARM images on x64 machine like Docker Hub
FROM balenalib/raspberrypi3:stretch FROM balenalib/raspberry-pi:stretch
MAINTAINER Kristian Haugene MAINTAINER Kristian Haugene
RUN [ "cross-build-start" ] RUN [ "cross-build-start" ]

View File

@@ -1,4 +1,4 @@
FROM balenalib/raspberrypi3:stretch FROM balenalib/raspberry-pi:stretch
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \

View File

@@ -1,6 +1,6 @@
# This Dockerfile is for building ARM images on x64 machine like Docker Hub # This Dockerfile is for building ARM images on x64 machine like Docker Hub
FROM balenalib/raspberrypi3:stretch FROM balenalib/raspberry-pi:stretch
RUN [ "cross-build-start" ] RUN [ "cross-build-start" ]