Browse Source
Merge pull request #240 from mprasil/balenalib
Switch from resin to balenalib
pull/244/head
Daniel García
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Dockerfile.aarch64
-
Dockerfile.armv7
|
|
@ -80,7 +80,7 @@ RUN cargo build --release --target=aarch64-unknown-linux-gnu -v |
|
|
|
######################## RUNTIME IMAGE ######################## |
|
|
|
# Create a new stage with a minimal image |
|
|
|
# because we already have a binary built |
|
|
|
FROM resin/aarch64-debian:stretch |
|
|
|
FROM balenalib/aarch64-debian:stretch |
|
|
|
|
|
|
|
ENV ROCKET_ENV "staging" |
|
|
|
ENV ROCKET_WORKERS=10 |
|
|
|
|
|
@ -80,7 +80,7 @@ RUN cargo build --release --target=armv7-unknown-linux-gnueabihf -v |
|
|
|
######################## RUNTIME IMAGE ######################## |
|
|
|
# Create a new stage with a minimal image |
|
|
|
# because we already have a binary built |
|
|
|
FROM resin/armv7hf-debian:stretch |
|
|
|
FROM balenalib/armv7hf-debian:stretch |
|
|
|
|
|
|
|
ENV ROCKET_ENV "staging" |
|
|
|
ENV ROCKET_WORKERS=10 |
|
|
|