From 747c2da0d64bb71493814c9bc33b2d3334e31875 Mon Sep 17 00:00:00 2001 From: Vincent Rondot Date: Tue, 9 Nov 2021 16:10:26 +0000 Subject: [PATCH 1/5] Update Dockerfile - use latest debain image as base --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 1ff5d111..e5eca349 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7-slim-buster +FROM python:3.7-slim-bullseye #Debian 11 - bullseye COPY requirements.txt ./ -- GitLab From e2d2a028d4982ee20398eb6c893c8478c355a5fc Mon Sep 17 00:00:00 2001 From: Vincent Rondot Date: Mon, 15 Nov 2021 12:48:11 +0000 Subject: [PATCH 2/5] Update Dockerfile --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index e5eca349..107901a3 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,3 @@ -# Copyright 2021 Schlumberger # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7-slim-bullseye #Debian 11 - bullseye +#Using Debian 11 - bullseye, slim version as base OS +FROM python:3.7-slim-bullseye COPY requirements.txt ./ -- GitLab From 4a9e6413a88ada2109948bccad3846683d247853 Mon Sep 17 00:00:00 2001 From: Vincent Rondot Date: Mon, 15 Nov 2021 14:55:38 +0000 Subject: [PATCH 3/5] Update Dockerfile --- build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Dockerfile b/build/Dockerfile index 107901a3..4a5976b1 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,3 +1,4 @@ +# Copyright 2021 Schlumberger # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- GitLab From 0071cd08846264d68fd263b8566bbc58550c8d53 Mon Sep 17 00:00:00 2001 From: Vincent Rondot Date: Mon, 15 Nov 2021 14:56:08 +0000 Subject: [PATCH 4/5] Update Dockerfile --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 4a5976b1..763fd66e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -#Using Debian 11 - bullseye, slim version as base OS +# Using Debian 11 - bullseye, slim version as base OS FROM python:3.7-slim-bullseye COPY requirements.txt ./ -- GitLab From 6aa71c684d99a43a5f3c95a4bbe11f631920b4a2 Mon Sep 17 00:00:00 2001 From: Vincent Rondot Date: Tue, 16 Nov 2021 08:29:14 +0000 Subject: [PATCH 5/5] Update NOTICE --- NOTICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index 910765be..a555b7ad 100644 --- a/NOTICE +++ b/NOTICE @@ -279,7 +279,7 @@ The following software have components provided under the terms of this license: - sniffio (from https://github.com/python-trio/sniffio) - structlog (from http://www.structlog.org/) - toml (from https://github.com/uiri/toml) -- tomli (from https://pypi.org/project/tomli/1.2.1/) +- tomli (from https://pypi.org/project/tomli/1.2.2/) - urllib3 (from https://urllib3.readthedocs.io/) - xmltodict (from https://github.com/martinblech/xmltodict) - zipp (from https://github.com/jaraco/zipp) -- GitLab