Bump alpine to 3.10 and other docker improvements.

This commit is contained in:
Koen Kanters
2019-09-29 21:55:40 +02:00
parent 61e2087242
commit a7e9ad70e3
7 changed files with 17 additions and 9 deletions
+13 -5
View File
@@ -1,7 +1,15 @@
node_modules
.travis*
.eslintignore
.eslintrc.json
.git
.github
.gitignore
*.png
firmware
docker/Dockerfile*
.npmrc
.travis*
.travis.yml
README.md
docker/Dockerfile*
images
node_modules
scripts
test
update.sh
+1 -1
View File
@@ -15,7 +15,7 @@ build_and_push() {
}
push_manifest() {
export DOCKER_CLI_EXPERIMENTAL=enabled
export DOCKER_CLI_EXPERIMENTAL=enabled
docker manifest create $DOCKER_USERNAME/zigbee2mqtt:latest$1 $DOCKER_USERNAME/zigbee2mqtt:latest$1 $DOCKER_USERNAME/zigbee2mqtt:arm32v6$1 $DOCKER_USERNAME/zigbee2mqtt:arm64v8$1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.9
FROM alpine:3.10
# Copy files
ADD . /app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.9
FROM arm32v6/alpine:3.10
# Setup cross-build
ENV QEMU_EXECVE 1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.9
FROM arm64v8/alpine:3.10
# Setup cross-build
ENV QEMU_EXECVE 1
Binary file not shown.
Binary file not shown.