We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982e18a commit da1704fCopy full SHA for da1704f
dockerfiles/ci.Dockerfile
@@ -1,7 +1,8 @@
1
ARG tag=latest
2
FROM ubuntu:${tag}
3
-MAINTAINER Luigi Ballabio <luigi.ballabio@gmail.com>
4
-LABEL Description="Provide Docker images for QuantLib's CI builds on Linux"
+
+LABEL org.opencontainers.image.authors="Luigi Ballabio <luigi.ballabio@gmail.com>"
5
+LABEL description="An environment for QuantLib CI builds on Linux"
6
7
RUN apt-get update \
8
&& DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential wget libbz2-dev autoconf automake libtool ccache cmake clang git \
0 commit comments