Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from thaJeztah/switch-to-arm32v7
Browse files Browse the repository at this point in the history
Switch armhf images to arm32v7
  • Loading branch information
seemethere authored Sep 16, 2017
2 parents 3c05e03 + 2b8d4af commit dfb5b12
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deb/debian-jessie/Dockerfile.armv7l
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM armhf/debian:jessie
FROM arm32v7/debian:jessie

# allow replacing httpredir or deb mirror
ARG APT_MIRROR=deb.debian.org
Expand Down
2 changes: 1 addition & 1 deletion deb/debian-stretch/Dockerfile.armv7l
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM armhf/debian:stretch
FROM arm32v7/debian:stretch

# allow replacing httpredir or deb mirror
ARG APT_MIRROR=deb.debian.org
Expand Down
2 changes: 1 addition & 1 deletion deb/ubuntu-trusty/Dockerfile.armv7l
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM armhf/ubuntu:trusty
FROM arm32v7/ubuntu:trusty

RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev pkg-config vim-common libsystemd-journal-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion deb/ubuntu-xenial/Dockerfile.armv7l
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM armhf/ubuntu:xenial
FROM arm32v7/ubuntu:xenial

RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libseccomp-dev pkg-config vim-common libsystemd-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion deb/ubuntu-zesty/Dockerfile.armv7l
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM armhf/ubuntu:zesty
FROM arm32v7/ubuntu:zesty

RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libseccomp-dev pkg-config vim-common libsystemd-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion detect_alpine_image
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ img="unknown"
if [ "$arch" = "x86_64" ]; then
img="alpine"
elif [ "$arch" = "armv7l" ]; then
img="armhf/alpine"
img="arm32v6/alpine"
elif [ "$arch" = "s390x" ]; then
img="s390x/alpine"
elif [ "$arch" = "aarch64" ]; then
Expand Down

0 comments on commit dfb5b12

Please sign in to comment.