File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1-labs
2- FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:7d24e90a392e88eb56093e4eb325ff883ad609382a55d42f17fd557b997022ca as builder
2+ FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:24fe7c00719afc72e2b67cace264dea2ee39ae45f5b553bd59493fe3ddfc920f as builder
33
44ADD https://github.com/Illumina/witty.er.git#v0.5.2 /src
55
66WORKDIR /src/Wittyer
77RUN dotnet publish -f net6.0 -r linux-x64 -c Release -o /output \
88 && chmod +x /output/Wittyer
99
10- FROM mcr.microsoft.com/dotnet/runtime:9.0@sha256:1e5eb0ed94ca96a34a914456db80e48bd1bb7bc3e3c8eda5e2c3d89c153c3081
10+ FROM mcr.microsoft.com/dotnet/runtime:9.0@sha256:de0826f037d10d1ca4dab10c27d460b42a94702da9d4ffbf60fba26d079c6532
1111
1212LABEL git_repository=https://git.illumina.com/DASTE/Ilmn.Das.App.Wittyer.git
1313WORKDIR /opt/Wittyer
You can’t perform that action at this time.
0 commit comments