hub (1.0.7)
Published 2026-07-25 10:46:49 +02:00 by daario
Installation
docker pull forge.sulewski.tech/studio/hub:1.0.7sha256:126dcca40dcda02935b078a25fd52ccfe5156d90c2055bab6267d1435b2e6f54
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.7 |
| ARG GIT_SHA=48e29432d3810f646f3fed021f57c69143c81765 |
| ARG BUILD_DATE=2026-07-25T08:41: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.7 |
| LABEL org.opencontainers.image.revision=48e29432d3810f646f3fed021f57c69143c81765 |
| LABEL org.opencontainers.image.created=2026-07-25T08:41: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.7 GIT_SHA=48e29432d3810f646f3fed021f57c69143c81765 BUILD_DATE=2026-07-25T08:41: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-25T08:41:44Z |
| org.opencontainers.image.description | IoT home automation hub with reactive architecture |
| org.opencontainers.image.revision | 48e29432d3810f646f3fed021f57c69143c81765 |
| org.opencontainers.image.source | https://github.com/daario/studio-embedded |
| org.opencontainers.image.title | Studio.Hub |
| org.opencontainers.image.version | 1.0.7 |
Details
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