forked from buanet/ioBroker.docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: 2 | ||
updates: | ||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
target-branch: "dev" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
FROM amd64/debian:buster | ||
|
||
LABEL maintainer="Andre Germann" \ | ||
url="https://buanet.de" | ||
LABEL org.opencontainers.image.title="ioBroker Docker Image" \ | ||
org.opencontainers.image.description="Docker image for ioBroker smarthome software" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.url="https://github.com/buanet/ioBroker.docker" \ | ||
org.opencontainers.image.version="${VERSION}" \ | ||
org.opencontainers.image.created="${DATI}" | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
FROM balenalib/armv7hf-debian:buster | ||
|
||
LABEL maintainer="Andre Germann" \ | ||
url="https://buanet.de" | ||
LABEL org.opencontainers.image.title="ioBroker Docker Image" \ | ||
org.opencontainers.image.description="Docker image for ioBroker smarthome software" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.url="https://github.com/buanet/ioBroker.docker" \ | ||
org.opencontainers.image.version="${VERSION}" \ | ||
org.opencontainers.image.created="${DATI}" | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
# Workaround for building image with buildx | ||
#RUN ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split && \ | ||
# ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb && \ | ||
# ln -s /bin/tar /usr/sbin/tar | ||
|
||
# Install prerequisites (as listed in iobroker installer.sh) | ||
RUN apt-get update && apt-get install -y \ | ||
acl \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
FROM balenalib/aarch64-debian:buster | ||
|
||
LABEL maintainer="Andre Germann" \ | ||
url="https://buanet.de" | ||
LABEL org.opencontainers.image.title="ioBroker Docker Image" \ | ||
org.opencontainers.image.description="Docker image for ioBroker smarthome software" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.url="https://github.com/buanet/ioBroker.docker" \ | ||
org.opencontainers.image.version="${VERSION}" \ | ||
org.opencontainers.image.created="${DATI}" | ||
|
||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters