Skip to content

Commit

Permalink
Bump alpine to 3.10 and other docker improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 29, 2019
1 parent 61e2087 commit a7e9ad7
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
18 changes: 13 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .travis/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.9
FROM alpine:3.10

# Copy files
ADD . /app
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm32v6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.9
FROM arm32v6/alpine:3.10

# Setup cross-build
ENV QEMU_EXECVE 1
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.9
FROM arm64v8/alpine:3.10

# Setup cross-build
ENV QEMU_EXECVE 1
Expand Down
Binary file modified docker/qemu-aarch64-static
Binary file not shown.
Binary file modified docker/qemu-arm-static
Binary file not shown.

0 comments on commit a7e9ad7

Please sign in to comment.