Skip to content

Commit

Permalink
Switching to new Base images, shift to arm32v7 tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Mar 27, 2019
1 parent d84f5bb commit 8f98fe0
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.9 as buildstage
FROM lsiobase/alpine:arm64v8-3.9 as buildstage
############## build stage ##############

# package version
Expand Down Expand Up @@ -86,10 +86,7 @@ RUN \
>> /tmp/znc/packages
############## runtime stage ##############

FROM lsiobase/alpine.arm64:3.9

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

# 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.9 as buildstage
FROM lsiobase/alpine:arm32v7-3.9 as buildstage
############## build stage ##############

# package version
Expand Down Expand Up @@ -86,10 +86,7 @@ RUN \
>> /tmp/znc/packages
############## runtime stage ##############

FROM lsiobase/alpine.armhf:3.9

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

# 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 @@ -38,7 +38,7 @@ The architectures supported by this image are:
| :----: | --- |
| x86-64 | amd64-latest |
| arm64 | arm64v8-latest |
| armhf | arm32v6-latest |
| armhf | arm32v7-latest |


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

## Versions

* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **22.02.19:** - Rebasing to alpine 3.9.
* **31.01.19:** - Add pipeline logic and multi arch.
* **30.01.19:** - Add push and clientbuffer modules.
Expand Down
3 changes: 2 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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_versions: false
Expand Down Expand Up @@ -52,6 +52,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- { date: "31.01.19:", desc: "Add pipeline logic and multi arch." }
- { date: "30.01.19:", desc: "Add push and clientbuffer modules." }
Expand Down

0 comments on commit 8f98fe0

Please sign in to comment.