Merge pull request #2 from thelamer/master

updating to new base images for arm remove need for qemu pull
This commit is contained in:
saarg 2019-05-19 16:34:14 +02:00 committed by GitHub
commit fca5713a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 9 deletions

View File

@ -1,7 +1,4 @@
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

View File

@ -1,7 +1,4 @@
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

View File

@ -208,4 +208,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **19.05.19:** - Use new base images for arm versions.
* **01.04.19:** - Initial Release

View File

@ -73,5 +73,6 @@ app_setup_block: |
Once complete, you can log into the app via `http://your_ip_here:8080/login` to manage your repositories.
# changelog
changelogs:
changelogs:
- { date: "19.05.19:", desc: "Use new base images for arm versions." }
- { date: "01.04.19:", desc: "Initial Release" }