Skip to content

Commit

Permalink
Release 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Apr 30, 2024
1 parent 6f8243b commit 3ee4fb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 254 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
### Added

- [frontend]: Added the device child enpoints to the table in the Devices page
- [docker]: Added all architectures to the docker image on the docker hub: linux/amd64, linux/arm64, linux/arm/v7 and linux/arm/v6
- [docker]: Added architectures to the docker image on the docker hub: linux/amd64, linux/arm64
- [frontend]: Frontend updated to 0.8.9.
- [frontend]: Added error in the logger level on the Settings page.
- [frontend]: Added unregister all devices in the Settings page. Matterbridge will shutdown to allow unregistering.
Expand Down
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Use an official Node.js runtime as a parent image
# Use an official Node.js runtime as a parent image for arm64 and amd64
FROM node:20-alpine
# Use an official Node.js runtime as a parent image for arm32v6 and arm32v7
# FROM arm32v6/node:bullseye
# FROM arm32v7/node:bullseye

# Set the working directory in the container
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ sudo systemctl disable matterbridge.service

## Run matterbridge with docker (Linux only)

The Matterbridge docker image has manifest list (architecture linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6) is published on the docker hub.
The Matterbridge Docker image, which includes a manifest list for the linux/amd64 and linux/arm64 architectures, is published on Docker Hub.

### First create the Matterbridge directories

Expand Down
251 changes: 0 additions & 251 deletions docker.MD

This file was deleted.

0 comments on commit 3ee4fb9

Please sign in to comment.