mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-02-01 03:09:02 +02:00
prepare for v7.1.0
This commit is contained in:
@@ -39,8 +39,8 @@ jobs:
|
||||
sed -e "s/\${VERSION}/$VERSION/" -e "s/\${BUILD}/$DATI/" ./debian/scripts/iobroker_startup.sh > ./debian/scripts/iobroker_startup.tmp
|
||||
mv -f ./debian/scripts/iobroker_startup.tmp ./debian/scripts/iobroker_startup.sh
|
||||
# amd64
|
||||
sed -e "s/\${VERSION}/$VERSION/" -e "s/\${DATI}/$DATI/" ./debian/node14/Dockerfile > ./debian/node14/Dockerfile.tmp
|
||||
mv -f ./debian/node14/Dockerfile.tmp ./debian/node14/Dockerfile
|
||||
sed -e "s/\${VERSION}/$VERSION/" -e "s/\${DATI}/$DATI/" ./debian/node16/Dockerfile > ./debian/node16/Dockerfile.tmp
|
||||
mv -f ./debian/node16/Dockerfile.tmp ./debian/node16/Dockerfile
|
||||
|
||||
- name: Set up manifest tool
|
||||
run: |
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
uses: docker/build-push-action@v3.2.0
|
||||
with:
|
||||
context: ./debian
|
||||
file: ./debian/node14/Dockerfile
|
||||
file: ./debian/node16/Dockerfile
|
||||
push: true
|
||||
platforms: linux/amd64
|
||||
tags: |
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
uses: docker/build-push-action@v3.2.0
|
||||
with:
|
||||
context: ./debian
|
||||
file: ./debian/node14/Dockerfile
|
||||
file: ./debian/node16/Dockerfile
|
||||
push: true
|
||||
platforms: linux/arm/v7
|
||||
tags: |
|
||||
@@ -84,7 +84,7 @@ jobs:
|
||||
uses: docker/build-push-action@v3.2.0
|
||||
with:
|
||||
context: ./debian
|
||||
file: ./debian/node14/Dockerfile
|
||||
file: ./debian/node16/Dockerfile
|
||||
push: true
|
||||
platforms: linux/arm64/v8
|
||||
tags: |
|
||||
|
||||
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,12 +1,14 @@
|
||||
## Changelog
|
||||
|
||||
### v7.1.0-beta.1 (12.10.2022)
|
||||
* add env DEBUG for extended debugging log
|
||||
* enhance logging in iobroker-startuo.sh
|
||||
* enhance build process
|
||||
* add restart option to maintenance script
|
||||
* add strict mode for iobroker-startup.sh
|
||||
* fix "unary operator expected" error
|
||||
### v7.1.0 (31.10.2022)
|
||||
* fix [build action node issue](https://forum.iobroker.net/topic/59518/docker-image-7-0-1-auf-node-js-14/14?_=1667244004952) for iobroker/iobroker repo
|
||||
* v7.1.0-beta.1 (12.10.2022)
|
||||
* add env DEBUG for extended debugging log
|
||||
* enhance logging in iobroker-startuo.sh
|
||||
* enhance build process
|
||||
* add restart option to maintenance script
|
||||
* add strict mode for iobroker-startup.sh
|
||||
* fix "unary operator expected" error
|
||||
|
||||
### v7.0.1 (05.07.2022)
|
||||
* backitup restore patch
|
||||
|
||||
Reference in New Issue
Block a user