hub (1.0.13)
Published 2026-07-26 21:37:36 +02:00 by daario
Installation
docker pull forge.sulewski.tech/studio/hub:1.0.13sha256:f16c69eb302a7a5bcb7bae7be2f47f15b46b141ca47f882343bee2e711549dbd
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.13 |
| ARG GIT_SHA=2c92408da623eade56631c71f52a25112bea0565 |
| ARG BUILD_DATE=2026-07-26T19:26:09Z |
| 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.13 |
| LABEL org.opencontainers.image.revision=2c92408da623eade56631c71f52a25112bea0565 |
| LABEL org.opencontainers.image.created=2026-07-26T19:26:09Z |
| 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.13 GIT_SHA=2c92408da623eade56631c71f52a25112bea0565 BUILD_DATE=2026-07-26T19:26:09Z /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-26T19:26:09Z |
| org.opencontainers.image.description | IoT home automation hub with reactive architecture |
| org.opencontainers.image.revision | 2c92408da623eade56631c71f52a25112bea0565 |
| org.opencontainers.image.source | https://github.com/daario/studio-embedded |
| org.opencontainers.image.title | Studio.Hub |
| org.opencontainers.image.version | 1.0.13 |
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