Changing armhf base image for compatability with all rpi verisons #721
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM balenalib/raspberrypi3:stretch
|
||||
FROM balenalib/raspberry-pi:stretch
|
||||
MAINTAINER Kristian Haugene
|
||||
|
||||
VOLUME /data
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
RUN [ "cross-build-start" ]
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM balenalib/raspberrypi3:stretch
|
||||
FROM balenalib/raspberry-pi:stretch
|
||||
MAINTAINER Kristian Haugene
|
||||
|
||||
# Update packages and install software
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
RUN [ "cross-build-start" ]
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM balenalib/raspberrypi3:stretch
|
||||
FROM balenalib/raspberry-pi:stretch
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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" ]
|
||||
|
||||
|
Reference in New Issue
Block a user