We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91712c9 commit 35c5559Copy full SHA for 35c5559
docker/image/Dockerfile
@@ -29,6 +29,7 @@ RUN git clone --branch=v2.13.0 --depth=1 https://github.com/cli/cli.git
29
RUN cd cli && PATH=/go/bin:$PATH make
30
31
FROM ubuntu:18.04
32
+LABEL org.opencontainers.image.source https://github.com/ibm/dotnet-s390x
33
ENV DEBIAN_FRONTEND=noninteractive
34
RUN apt-get update && \
35
apt-get install -y ca-certificates curl
0 commit comments