Studio

Dev Studio IoT platform

hub (1.0.0-beta37)

Published 2026-02-15 18:50:58 +01:00 by daario

Installation

docker pull forge.sulewski.tech/studio/hub:1.0.0-beta37
sha256:3f8bf35b17441b412aac23a0d235e5fd3eeb71122d46db53d5379651b0031831

About this package

IoT home automation hub with reactive architecture

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:25d708bf0b30ddee20c0b2764034e065aca922cafd48eb9c662e35ba02ccf1de 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.3
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.3
COPY /dotnet /usr/share/dotnet # buildkit
ARG PROJECT_NAME=Studio.Hub
ARG VERSION=1.0.0-beta37
ARG GIT_SHA=2f96f9bbfb9017958f4323c493b866dbe6732ce8
ARG BUILD_DATE=2026-02-15T17:17:16Z
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.0-beta37
LABEL org.opencontainers.image.revision=2f96f9bbfb9017958f4323c493b866dbe6732ce8
LABEL org.opencontainers.image.created=2026-02-15T17:17:16Z
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
EXPOSE [5000/tcp]
RUN |4 PROJECT_NAME=Studio.Hub VERSION=1.0.0-beta37 GIT_SHA=2f96f9bbfb9017958f4323c493b866dbe6732ce8 BUILD_DATE=2026-02-15T17:17:16Z /bin/sh -c ln -s ./${PROJECT_NAME} executable # buildkit
ENTRYPOINT ["./executable"]

Labels

Key Value
org.opencontainers.image.authors Damian
org.opencontainers.image.created 2026-02-15T17:17:16Z
org.opencontainers.image.description IoT home automation hub with reactive architecture
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 2f96f9bbfb9017958f4323c493b866dbe6732ce8
org.opencontainers.image.source https://github.com/daario/studio-embedded
org.opencontainers.image.title Studio.Hub
org.opencontainers.image.version 1.0.0-beta37
Details
Container
2026-02-15 18:50:58 +01:00
1
OCI / Docker
linux/arm64
Damian
159 MiB
Versions (4) View all
1.0.0-beta39 2026-02-15
latest 2026-02-15
1.0.0-beta38 2026-02-15
1.0.0-beta37 2026-02-15