studio

Dev Studio

hub (1.0.12)

Published 2026-07-26 08:41:50 +02:00 by daario

Installation

docker pull forge.sulewski.tech/studio/hub:1.0.12
sha256:11e636c8184b8f6e78e9204b12f8a7f3a22eed7121587ab62080ccfb44e8bbfe

About this package

IoT home automation hub with reactive architecture

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:cdc9a547b921f36a32310f732815bbee6c6e4f5bd768ab5d49cdc0aa1b9f4785 in /
CMD ["/bin/bash"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=10.0.10
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=10.0.10
COPY /dotnet /usr/share/dotnet # buildkit
ARG PROJECT_NAME=Studio.Hub
ARG VERSION=1.0.12
ARG GIT_SHA=7308eb910d6dcaf5b999bfbe071f92194ad2ab5a
ARG BUILD_DATE=2026-07-26T06:37:44Z
LABEL org.opencontainers.image.title=Studio.Hub
LABEL org.opencontainers.image.description=IoT home automation hub with reactive architecture
LABEL org.opencontainers.image.version=1.0.12
LABEL org.opencontainers.image.revision=7308eb910d6dcaf5b999bfbe071f92194ad2ab5a
LABEL org.opencontainers.image.created=2026-07-26T06:37:44Z
LABEL org.opencontainers.image.source=https://github.com/daario/studio-embedded
LABEL org.opencontainers.image.authors=Damian
ENV PROJECT_NAME=Studio.Hub
ENV ASPNETCORE_URLS=http://*:5000
WORKDIR /app
COPY /app/publish . # buildkit
COPY firmware/ ./firmware/ # buildkit
EXPOSE [5000/tcp]
RUN |4 PROJECT_NAME=Studio.Hub VERSION=1.0.12 GIT_SHA=7308eb910d6dcaf5b999bfbe071f92194ad2ab5a BUILD_DATE=2026-07-26T06:37:44Z /bin/sh -c ln -s ./${PROJECT_NAME} executable # buildkit
ENTRYPOINT ["./executable"]

Labels

Key Value
org.opencontainers.image.authors Damian
org.opencontainers.image.created 2026-07-26T06:37:44Z
org.opencontainers.image.description IoT home automation hub with reactive architecture
org.opencontainers.image.revision 7308eb910d6dcaf5b999bfbe071f92194ad2ab5a
org.opencontainers.image.source https://github.com/daario/studio-embedded
org.opencontainers.image.title Studio.Hub
org.opencontainers.image.version 1.0.12
Details
Container
2026-07-26 08:41:50 +02:00
2
OCI / Docker
linux/arm64
Damian
158 MiB
Versions (14) View all
1.0.17-beta2 2026-08-09
1.0.17-beta1 2026-08-02
1.0.13 2026-07-26
1.0.12 2026-07-26
1.0.11 2026-07-26