Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG LABONE_VERSION=24.10.64896
ARG LABONE_VERSION=24.10.65175
ARG LABONE_BASE_URL=https://download.zhinst.com/l1-releases/${LABONE_VERSION}


Expand All @@ -14,27 +14,27 @@ RUN chmod +x download_and_unpack_labone.sh \
&& ./download_and_unpack_labone.sh


FROM ubuntu:22.04 as labone_base
FROM ubuntu:22.04 AS labone_base

COPY --from=builder LabOneLinux*/DataServer ./labone/DataServer/
COPY --from=builder LabOneLinux*/Firmware ./labone/Firmware/


FROM labone_base as labone_dataserver
FROM labone_base AS labone_dataserver

EXPOSE 8001 8003 8004 41000-41100
ENTRYPOINT ["/labone/DataServer/ziDataServer"]


FROM labone_base as labone_webserver
FROM labone_base AS labone_webserver

COPY --from=builder LabOneLinux*/WebServer ./labone/WebServer/
COPY --from=builder LabOneLinux*/Documentation ./labone/Documentation/
EXPOSE 8006
ENTRYPOINT ["/labone/WebServer/ziWebServer"]


FROM labone_webserver as labone_full
FROM labone_webserver AS labone_full

RUN apt-get update \
&& apt-get install -y curl python3-pip \
Expand Down
2 changes: 1 addition & 1 deletion labone_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.10.64896
24.10.65175