Skip to content

Commit

Permalink
Merge pull request #123 from thelamer/master
Browse files Browse the repository at this point in the history
Switching to new Base images, shift to arm32v7 tag.
  • Loading branch information
thelamer authored Mar 25, 2019
2 parents 43b9241 + 31cd14f commit 753d0bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
7 changes: 2 additions & 5 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine.arm64:3.8 as buildstage
FROM lsiobase/alpine:arm64v8-3.8 as buildstage
############## build stage ##############

# package versions
Expand Down Expand Up @@ -218,10 +218,7 @@ RUN \
make DESTDIR=/tmp/comskip-build install

############## runtime stage ##############
FROM lsiobase/alpine.arm64:3.8

# Add qemu to build on x86_64 systems
COPY qemu-aarch64-static /usr/bin
FROM lsiobase/alpine:arm64v8-3.8

# set version label
ARG BUILD_DATE
Expand Down
7 changes: 2 additions & 5 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine.armhf:3.8 as buildstage
FROM lsiobase/alpine:arm32v7-3.8 as buildstage
############## build stage ##############

# package versions
Expand Down Expand Up @@ -218,10 +218,7 @@ RUN \
make DESTDIR=/tmp/comskip-build install

############## runtime stage ##############
FROM lsiobase/alpine.armhf:3.8

# Add qemu to build on x86_64 systems
COPY qemu-arm-static /usr/bin
FROM lsiobase/alpine:arm32v7-3.8

# set version label
ARG BUILD_DATE
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The architectures supported by this image are:
| :----: | --- |
| x86-64 | amd64-latest |
| arm64 | arm64v8-latest |
| armhf | arm32v6-latest |
| armhf | arm32v7-latest |

## Version Tags

Expand Down Expand Up @@ -245,6 +245,7 @@ Below are the instructions for updating containers:

## Versions

* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **01.03.19:** - Bump xmltv to 0.6.1.
* **28.02.19:** - add perl-lwp-useragent-determined.
* **17.02.19:** - Bump xmltv to 5.70, ensure version tagging works by cloning tvheadend.
Expand Down
3 changes: 2 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project_blurb_optional_extras_enabled: false
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
- { arch: "{{ arch_armhf }}", tag: "arm32v6-latest"}
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}

# development version
# development version
Expand Down Expand Up @@ -125,6 +125,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "01.03.19:", desc: "Bump xmltv to 0.6.1." }
- { date: "28.02.19:", desc: "add perl-lwp-useragent-determined." }
- { date: "17.02.19:", desc: "Bump xmltv to 5.70, ensure version tagging works by cloning tvheadend." }
Expand Down

0 comments on commit 753d0bb

Please sign in to comment.