mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-10 09:52:19 +02:00
prepare beta
This commit is contained in:
10
.github/workflows/build-debian-image-beta.yml
vendored
10
.github/workflows/build-debian-image-beta.yml
vendored
@@ -64,12 +64,20 @@ jobs:
|
|||||||
context: ./debian
|
context: ./debian
|
||||||
file: ./debian/node18/Dockerfile
|
file: ./debian/node18/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
platforms: |
|
||||||
|
linux/amd64
|
||||||
|
linux/arm/v7
|
||||||
|
linux/arm64/v8
|
||||||
tags: |
|
tags: |
|
||||||
buanet/iobroker:beta,
|
buanet/iobroker:beta,
|
||||||
buanet/iobroker:${{ env.version }},
|
buanet/iobroker:${{ env.version }},
|
||||||
ghcr.io/buanet/iobroker:beta,
|
ghcr.io/buanet/iobroker:beta,
|
||||||
ghcr.io/buanet/iobroker:${{ env.version }}
|
ghcr.io/buanet/iobroker:${{ env.version }}
|
||||||
|
provenance: false
|
||||||
|
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Official Docker image for ioBroker smarthome software (https://www.iobroker.net)
|
||||||
|
cache-from: type=gha
|
||||||
|
cache-to: type=gha,mode=max
|
||||||
|
|
||||||
|
|
||||||
- name: Delete untagged images from GitHub packages
|
- name: Delete untagged images from GitHub packages
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
|
|||||||
28
.github/workflows/build-debian-image-dev.yml
vendored
28
.github/workflows/build-debian-image-dev.yml
vendored
@@ -52,26 +52,6 @@ jobs:
|
|||||||
username: ${{ secrets.PACKAGES_USER }}
|
username: ${{ secrets.PACKAGES_USER }}
|
||||||
password: ${{ secrets.PACKAGES_PASS }}
|
password: ${{ secrets.PACKAGES_PASS }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels)
|
|
||||||
id: metadata
|
|
||||||
uses: docker/metadata-action@v4.3.0
|
|
||||||
with:
|
|
||||||
images: |
|
|
||||||
buanet/iobroker
|
|
||||||
ghcr.io/buanet/iobroker
|
|
||||||
tags: |
|
|
||||||
type=raw,value=dev
|
|
||||||
labels: |
|
|
||||||
org.opencontainers.image.title=Official ioBroker Docker Image
|
|
||||||
org.opencontainers.image.description=Official Docker image for ioBroker smarthome software (https://www.iobroker.net)
|
|
||||||
org.opencontainers.image.documentation=https://github.com/buanet/ioBroker.docker#readme
|
|
||||||
org.opencontainers.image.authors=André Germann <info@buanet.de>
|
|
||||||
org.opencontainers.image.url=https://github.com/buanet/ioBroker.docker
|
|
||||||
org.opencontainers.image.source=https://github.com/buanet/ioBroker.docker
|
|
||||||
org.opencontainers.image.base.name=docker.io/library/debian:bullseye-slim
|
|
||||||
org.opencontainers.image.version=${{ env.VERSION }}
|
|
||||||
org.opencontainers.image.created=${{ env.DATI }}
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v4.0.0
|
uses: docker/build-push-action@v4.0.0
|
||||||
with:
|
with:
|
||||||
@@ -82,11 +62,9 @@ jobs:
|
|||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm/v7
|
linux/arm/v7
|
||||||
linux/arm64/v8
|
linux/arm64/v8
|
||||||
tags: ${{ steps.metadata.outputs.tags }}
|
tags: |
|
||||||
labels: ${{ steps.metadata.outputs.labels }}
|
buanet/iobroker:dev,
|
||||||
# tags: |
|
ghcr.io/buanet/iobroker:dev
|
||||||
# buanet/iobroker:dev,
|
|
||||||
# ghcr.io/buanet/iobroker:dev
|
|
||||||
provenance: false
|
provenance: false
|
||||||
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Official Docker image for ioBroker smarthome software (https://www.iobroker.net)
|
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Official Docker image for ioBroker smarthome software (https://www.iobroker.net)
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### v8.1.0-beta.1 (coming soon)
|
### v8.1.0-beta.1 (coming soon)
|
||||||
|
* enhance github actions
|
||||||
* enhance log output of maintenance script on restore ([#333](https://github.com/buanet/ioBroker.docker/issues/333))
|
* enhance log output of maintenance script on restore ([#333](https://github.com/buanet/ioBroker.docker/issues/333))
|
||||||
* allow iobroker admin to be disabled at startup ([#332](https://github.com/buanet/ioBroker.docker/issues/332))
|
* allow iobroker admin to be disabled at startup ([#332](https://github.com/buanet/ioBroker.docker/issues/332))
|
||||||
* allow deletion of objects and states db password with value "none" ([#306](https://github.com/buanet/ioBroker.docker/issues/306))
|
* allow deletion of objects and states db password with value "none" ([#306](https://github.com/buanet/ioBroker.docker/issues/306))
|
||||||
|
|||||||
Reference in New Issue
Block a user