Skip to content

Commit 723fc04

Browse files
committed
8. try
1 parent e476c61 commit 723fc04

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

docker/backend/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# We build backend here, because of GLIBC version mismatches etc
22
FROM debian:12-slim AS build
33

4+
# This is needed, so we link the image to the repo
5+
LABEL org.opencontainers.image.source="https://github.com/mminl-de/interscore"
6+
47
RUN apt-get update \
58
&& apt-get install -y --no-install-recommends \
69
build-essential \

docker/http-server/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# We compile Typescript first
22
FROM ubuntu:24.04 AS builder
3+
4+
# This is needed so we link to the repo
5+
LABEL org.opencontainers.image.source="https://github.com/mminl-de/interscore"
6+
37
WORKDIR /build
48

59
RUN apt-get update && apt-get install -y \

docker/obs/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Stage 1: Base GUI + noVNC + Xvfb
22
FROM ubuntu:24.04
33

4+
# This is needed so we link to the repo
5+
LABEL org.opencontainers.image.source="https://github.com/mminl-de/interscore"
6+
47
ENV DEBIAN_FRONTEND=noninteractive
58
ENV DISPLAY=:99
69
ENV DEBIAN_PRIORITY=critical

0 commit comments

Comments
 (0)