Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
7c802310a2
Bump docker/login-action from 3.3.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.6.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 00:04:15 +00:00
10 changed files with 22 additions and 20 deletions

View File

@ -100,7 +100,7 @@ jobs:
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test' if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.3.0 uses: docker/login-action@v3.6.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

View File

@ -34,7 +34,7 @@ jobs:
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test' if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.3.0 uses: docker/login-action@v3.6.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

View File

@ -34,7 +34,7 @@ jobs:
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test' if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.3.0 uses: docker/login-action@v3.6.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

View File

@ -34,7 +34,7 @@ jobs:
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test' if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.3.0 uses: docker/login-action@v3.6.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

View File

@ -34,7 +34,7 @@ jobs:
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test' if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.3.0 uses: docker/login-action@v3.6.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

View File

@ -1,7 +1,3 @@
## 2025.11.0
* Update debian version to Bookworm
* Update default OctoPrint version to 1.11.4
## 2024.11.0 ## 2024.11.0
* Remove AppArmor to make it run on HA Supervised * Remove AppArmor to make it run on HA Supervised
* Update default OctoPrint version to 1.10.3 * Update default OctoPrint version to 1.10.3

View File

@ -1,6 +1,6 @@
ARG BUILD_FROM="reg i3omb.com/ha/amd64-base-debian:bookworm" ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bullseye"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
ARG OCTOPRINT_VERSION="1.11.4" ARG OCTOPRINT_VERSION="1.9.3"
# Setup path for persistent install of Python packages # Setup path for persistent install of Python packages
ENV PYTHONPATH=/data/python/octoprint ENV PYTHONPATH=/data/python/octoprint

View File

@ -1,8 +1,11 @@
build_from: build_from:
amd64: reg.i3omb.com/ha/amd64-base-debian:bookworm aarch64: ghcr.io/home-assistant/aarch64-base-debian:bullseye
amd64: ghcr.io/home-assistant/amd64-base-debian:bullseye
armhf: ghcr.io/home-assistant/armhf-base-debian:bullseye
armv7: ghcr.io/home-assistant/armv7-base-debian:bullseye
labels: labels:
org.opencontainers.image.title: "Home Assistant Add-on: 3DPrinter-OctoPrint" org.opencontainers.image.title: "Home Assistant Add-on: 3DPrinter-OctoPrint"
org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant." org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant."
org.opencontainers.image.source: "https://git.i3omb.com/gronod/ha-3dprinter-addons" org.opencontainers.image.source: "https://github.com/fredrikbaberg/ha-3dprinter-addons"
args: args:
OCTOPRINT_VERSION: "1.11.4" OCTOPRINT_VERSION: "1.10.3"

View File

@ -1,10 +1,13 @@
name: "3DPrinter-OctoPrint" name: "3DPrinter-OctoPrint"
version: "2025.11.0" version: "2024.11.0"
slug: "3dprinter-octoprint" slug: "3dprinter-octoprint"
description: "OctoPrint as an addon, no additional bells and whistles." description: "OctoPrint as an addon, no additional bells and whistles."
arch: arch:
- armv7
- amd64 - amd64
url: "https://git.i3omb.com/gronod/ha-3dprinter-addons/tree/main/3dprinter-octoprint" - armhf
- aarch64
url: "https://github.com/fredrikbaberg/ha-3dprinter-addons/tree/main/3dprinter-octoprint"
webui: http://[HOST]:[PORT:5000] webui: http://[HOST]:[PORT:5000]
ports: ports:
5000/tcp: null 5000/tcp: null
@ -22,7 +25,7 @@ options:
schema: schema:
trusted_proxies: "str?" trusted_proxies: "str?"
camera_url: "str?" camera_url: "str?"
image: reg.i3omb.com/ha/3dprinter-octoprint image: ghcr.io/fredrikbaberg/ha-addon-3dprinter-octoprint-{arch}
tmpfs: true tmpfs: true
panel_icon: mdi:printer-3d panel_icon: mdi:printer-3d
panel_title: 3DPrinter-OctoPrint panel_title: 3DPrinter-OctoPrint

View File

@ -1,3 +1,3 @@
name: 3DPrinter addons for Home-Asssistant by gronod name: 3DPrinter addons for Home-Asssistant by fredrikbaberg
url: https://git.i3omb.com/gronod/ha-3dprinter-addon url: https://github.com/fredrikbaberg/ha-3dprinter-addons
maintainer: Gordon Bolton <gordon@i3omb.com> maintainer: Fredrik Baberg <fredrik.baberg@gmail.com>