File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
# ignore dockerfiles
2
2
.dockerignore
3
- Dockerfile
4
- Dockerfile_armv6l
5
- Dockerfile_armv7l
6
- Dockerfile-armhf
7
- Dockerfile-aarch64
3
+ Dockerfile *
8
4
.git
9
5
.editorconfig
10
6
.gitignore
@@ -13,5 +9,5 @@ node_modules
13
9
bin
14
10
db
15
11
src /webserver /public /libs
16
- checkDeployment.sh
17
12
* .log
13
+ _site
Original file line number Diff line number Diff line change 1
1
## Changes from 0.1.0 to 0.1.1
2
2
3
- * Fix respecting the deprecated environment variabes RESTREAMER_USERNAME and RESTREAMER_PASSWORD
3
+ * Fix respecting the deprecated environment variables RESTREAMER_USERNAME and RESTREAMER_PASSWORD
4
4
* Fix links to Github pages
5
5
* Fix snapshot drift
6
6
* Fix initialization of environment variables
7
7
* Minor fixes in logging output
8
8
* Improve RS_AUDIO setting handling
9
9
* Rename misleading armhf Dockerfile to arm32v7
10
+ * Add Dockerfile for arm32v6
10
11
11
12
## Changes from 0.1.0-rc7 to 0.1.0
12
13
You can’t perform that action at this time.
0 commit comments