studio

Dev Studio

hub (1.0.11)

Published 2026-07-26 07:59:56 +02:00 by daario

Installation

docker pull forge.sulewski.tech/studio/hub:1.0.11
sha256:77a8cd3f2afdad0b612d6e3fd66e760683be41f5091a9b60f0104d2b90c5a49b

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.11
ARG GIT_SHA=db149a8a7e6ad573e423865935675e09b216f73d
ARG BUILD_DATE=2026-07-26T05:47:59Z
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.11
LABEL org.opencontainers.image.revision=db149a8a7e6ad573e423865935675e09b216f73d
LABEL org.opencontainers.image.created=2026-07-26T05:47:59Z
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.11 GIT_SHA=db149a8a7e6ad573e423865935675e09b216f73d BUILD_DATE=2026-07-26T05:47:59Z /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-26T05:47:59Z
org.opencontainers.image.description IoT home automation hub with reactive architecture
org.opencontainers.image.revision db149a8a7e6ad573e423865935675e09b216f73d
org.opencontainers.image.source https://github.com/daario/studio-embedded
org.opencontainers.image.title Studio.Hub
org.opencontainers.image.version 1.0.11
Details
Container
2026-07-26 07:59:56 +02:00
3
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