Update base image, octoprint version and addon version
This commit is contained in:
parent
7467bc81f5
commit
aa8dae2bf8
@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bullseye"
|
ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bookworm"
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
ARG OCTOPRINT_VERSION="1.8.6"
|
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
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bullseye
|
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bookworm
|
||||||
amd64: ghcr.io/home-assistant/amd64-base-debian:bullseye
|
amd64: ghcr.io/home-assistant/amd64-base-debian:bookworm
|
||||||
armhf: ghcr.io/home-assistant/armhf-base-debian:bullseye
|
armhf: ghcr.io/home-assistant/armhf-base-debian:bookworm
|
||||||
armv7: ghcr.io/home-assistant/armv7-base-debian:bullseye
|
armv7: ghcr.io/home-assistant/armv7-base-debian:bookworm
|
||||||
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://github.com/fredrikbaberg/ha-3dprinter-addons"
|
org.opencontainers.image.source: "https://github.com/fredrikbaberg/ha-3dprinter-addons"
|
||||||
args:
|
args:
|
||||||
OCTOPRINT_VERSION: "1.8.7"
|
OCTOPRINT_VERSION: "1.9.3"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: "3DPrinter-OctoPrint"
|
name: "3DPrinter-OctoPrint"
|
||||||
version: "2023.03.1"
|
version: "2024.01.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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user