mirror of
https://github.com/linuxserver/docker-fleet.git
synced 2026-02-04 00:33:51 +08:00
Merge pull request #2 from thelamer/master
updating to new base images for arm remove need for qemu pull
This commit is contained in:
commit
fca5713a9f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user