Skip to content

Commit 8c2a40a

Browse files
authored
remove pinning of ODBC version (#1071)
1 parent 82f78a6 commit 8c2a40a

20 files changed

+40
-40
lines changed

host/4/bullseye/amd64/python/python310/python310-buildenv.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ RUN apt-get update && \
2828
apt-get update && apt-get install -y locales && \
2929
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
3030
locale-gen && \
31-
# install MS SQL related packages.pinned version in PR # 1012.
31+
# install MS SQL related packages.
3232
apt-get update && \
33-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
33+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
3434
# .NET Core dependencies
3535
apt-get install -y --no-install-recommends ca-certificates \
3636
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python310/python310-composite.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ RUN apt-get update && \
3939
apt-get update && apt-get install -y locales && \
4040
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
4141
locale-gen && \
42-
# install MS SQL related packages.pinned version in PR # 1012.
42+
# install MS SQL related packages.
4343
apt-get update && \
44-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
44+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
4545
# .NET Core dependencies
4646
apt-get install -y --no-install-recommends ca-certificates \
4747
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python310/python310-slim.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ RUN apt-get update && \
6868
apt-get update && apt-get install -y locales && \
6969
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
7070
locale-gen && \
71-
# install MS SQL related packages.pinned version in PR # 1012
71+
# install MS SQL related packages.
7272
apt-get update && \
73-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
73+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
7474
# .NET Core dependencies
7575
apt-get install -y --no-install-recommends ca-certificates \
7676
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python310/python310.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ RUN apt-get update && \
7777
apt-get update && apt-get install -y locales && \
7878
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
7979
locale-gen && \
80-
# install MS SQL related packages.pinned version in PR # 1012.
80+
# install MS SQL related packages.
8181
apt-get update && \
82-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
82+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
8383
# .NET Core dependencies
8484
apt-get install -y --no-install-recommends ca-certificates \
8585
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python311/python311-buildenv.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ RUN apt-get update && \
2828
curl https://packages.microsoft.com/config/debian/11/prod.list | tee /etc/apt/sources.list.d/mssql-release.list && \
2929
# Needed for libss1.0.0 and in turn MS SQL
3030
echo 'deb http://security.debian.org/debian-security bullseye-security main' >> /etc/apt/sources.list && \
31-
# install MS SQL related packages.pinned version in PR # 1012.
31+
# install MS SQL related packages.
3232
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
3333
locale-gen && \
3434
apt-get update && \
35-
ACCEPT_EULA=Y apt-get install -y unixodbc msodbcsql18=18.2.2.1-1 mssql-tools18 &&\
35+
ACCEPT_EULA=Y apt-get install -y unixodbc msodbcsql18 mssql-tools18 &&\
3636
apt-get install -y --no-install-recommends ca-certificates \
3737
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g &&\
3838
apt-get install -y libglib2.0-0 libsm6 libxext6 libxrender-dev xvfb binutils\

host/4/bullseye/amd64/python/python311/python311-composite.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ RUN apt-get update && \
2121
curl https://packages.microsoft.com/config/debian/11/prod.list | tee /etc/apt/sources.list.d/mssql-release.list && \
2222
# Needed for libss1.0.0 and in turn MS SQL
2323
echo 'deb http://security.debian.org/debian-security bullseye-security main' >> /etc/apt/sources.list && \
24-
# install MS SQL related packages.pinned version in PR # 1012.
24+
# install MS SQL related packages.
2525
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
2626
locale-gen && \
2727
apt-get update && \
28-
ACCEPT_EULA=Y apt-get install -y unixodbc msodbcsql18=18.2.2.1-1 mssql-tools18 &&\
28+
ACCEPT_EULA=Y apt-get install -y unixodbc msodbcsql18 mssql-tools18 &&\
2929
apt-get install -y --no-install-recommends ca-certificates \
3030
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g &&\
3131
apt-get install -y libglib2.0-0 libsm6 libxext6 libxrender-dev xvfb binutils\

host/4/bullseye/amd64/python/python311/python311-slim.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ RUN apt-get update && \
5757
curl https://packages.microsoft.com/config/debian/11/prod.list | tee /etc/apt/sources.list.d/mssql-release.list && \
5858
# Needed for libss1.0.0 and in turn MS SQL
5959
echo 'deb http://security.debian.org/debian-security bullseye-security main' >> /etc/apt/sources.list && \
60-
# install MS SQL related packages.pinned version in PR # 1012.
60+
# install MS SQL related packages.
6161
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
6262
locale-gen && \
6363
apt-get update && \
64-
ACCEPT_EULA=Y apt-get install -y unixodbc msodbcsql18=18.2.2.1-1 mssql-tools18 &&\
64+
ACCEPT_EULA=Y apt-get install -y unixodbc msodbcsql18 mssql-tools18 &&\
6565
apt-get install -y --no-install-recommends ca-certificates \
6666
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g &&\
6767
apt-get install -y libglib2.0-0 libsm6 libxext6 libxrender-dev xvfb binutils\

host/4/bullseye/amd64/python/python311/python311.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ RUN apt-get update && \
5757
curl https://packages.microsoft.com/config/debian/11/prod.list | tee /etc/apt/sources.list.d/mssql-release.list && \
5858
# Needed for libss1.0.0 and in turn MS SQL
5959
echo 'deb http://security.debian.org/debian-security bullseye-security main' >> /etc/apt/sources.list && \
60-
# install MS SQL related packages.pinned version in PR # 1012.
60+
# install MS SQL related packages.
6161
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
6262
locale-gen && \
6363
apt-get update && \
64-
ACCEPT_EULA=Y apt-get install -y unixodbc msodbcsql18=18.2.2.1-1 mssql-tools18 &&\
64+
ACCEPT_EULA=Y apt-get install -y unixodbc msodbcsql18 mssql-tools18 &&\
6565
apt-get install -y --no-install-recommends ca-certificates \
6666
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g &&\
6767
apt-get install -y libglib2.0-0 libsm6 libxext6 libxrender-dev xvfb binutils\

host/4/bullseye/amd64/python/python37/python37-buildenv.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ RUN apt-get update && \
2828
apt-get update && apt-get install -y locales && \
2929
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
3030
locale-gen && \
31-
# install MS SQL related packages.pinned version in PR # 1012.
31+
# install MS SQL related packages.
3232
apt-get update && \
33-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
33+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
3434
# .NET Core dependencies
3535
apt-get install -y --no-install-recommends ca-certificates \
3636
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python37/python37-composite.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ RUN apt-get update && \
3131
apt-get update && apt-get install -y locales && \
3232
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
3333
locale-gen && \
34-
# install MS SQL related packages.pinned version in PR # 1012.
34+
# install MS SQL related packages.
3535
apt-get update && \
36-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
36+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
3737
# .NET Core dependencies
3838
apt-get install -y --no-install-recommends ca-certificates \
3939
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python37/python37-slim.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ RUN apt-get update && \
6868
apt-get update && apt-get install -y locales && \
6969
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
7070
locale-gen && \
71-
# install MS SQL related packages.pinned version in PR # 1012.
71+
# install MS SQL related packages.
7272
apt-get update && \
73-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
73+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
7474
# .NET Core dependencies
7575
apt-get install -y --no-install-recommends ca-certificates \
7676
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python37/python37.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ RUN apt-get update && \
6868
apt-get update && apt-get install -y locales && \
6969
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
7070
locale-gen && \
71-
# install MS SQL related packages.pinned version in PR # 1012.
71+
# install MS SQL related packages.
7272
apt-get update && \
73-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
73+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
7474
# .NET Core dependencies
7575
apt-get install -y --no-install-recommends ca-certificates \
7676
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python38/python38-buildenv.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ RUN apt-get update && \
2828
apt-get update && apt-get install -y locales && \
2929
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
3030
locale-gen && \
31-
# install MS SQL related packages.pinned version in PR # 1012.
31+
# install MS SQL related packages.
3232
apt-get update && \
33-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
33+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
3434
# .NET Core dependencies
3535
apt-get install -y --no-install-recommends ca-certificates \
3636
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python38/python38-composite.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ RUN apt-get update && \
3131
apt-get update && apt-get install -y locales && \
3232
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
3333
locale-gen && \
34-
# install MS SQL related packages.pinned version in PR # 1012.
34+
# install MS SQL related packages.
3535
apt-get update && \
36-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
36+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
3737
# .NET Core dependencies
3838
apt-get install -y --no-install-recommends ca-certificates \
3939
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python38/python38-slim.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ RUN apt-get update && \
6868
apt-get update && apt-get install -y locales && \
6969
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
7070
locale-gen && \
71-
# install MS SQL related packages.pinned version in PR # 1012.
71+
# install MS SQL related packages.
7272
apt-get update && \
73-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
73+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
7474
# .NET Core dependencies
7575
apt-get install -y --no-install-recommends ca-certificates \
7676
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python38/python38.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ RUN apt-get update && \
6868
apt-get update && apt-get install -y locales && \
6969
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
7070
locale-gen && \
71-
# install MS SQL related packages.pinned version in PR # 1012.
71+
# install MS SQL related packages.
7272
apt-get update && \
73-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
73+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
7474
# .NET Core dependencies
7575
apt-get install -y --no-install-recommends ca-certificates \
7676
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python39/python39-buildenv.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ RUN apt-get update && \
2828
apt-get update && apt-get install -y locales && \
2929
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
3030
locale-gen && \
31-
# install MS SQL related packages.pinned version in PR # 1012.
31+
# install MS SQL related packages.
3232
apt-get update && \
33-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
33+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
3434
# .NET Core dependencies
3535
apt-get install -y --no-install-recommends ca-certificates \
3636
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python39/python39-composite.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ RUN apt-get update && \
3131
apt-get update && apt-get install -y locales && \
3232
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
3333
locale-gen && \
34-
# install MS SQL related packages.pinned version in PR # 1012.
34+
# install MS SQL related packages.
3535
apt-get update && \
36-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
36+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
3737
# .NET Core dependencies
3838
apt-get install -y --no-install-recommends ca-certificates \
3939
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python39/python39-slim.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ RUN apt-get update && \
6868
apt-get update && apt-get install -y locales && \
6969
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
7070
locale-gen && \
71-
# install MS SQL related packages.pinned version in PR # 1012.
71+
# install MS SQL related packages.
7272
apt-get update && \
73-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
73+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
7474
# .NET Core dependencies
7575
apt-get install -y --no-install-recommends ca-certificates \
7676
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

host/4/bullseye/amd64/python/python39/python39.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ RUN apt-get update && \
6868
apt-get update && apt-get install -y locales && \
6969
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
7070
locale-gen && \
71-
# install MS SQL related packages.pinned version in PR # 1012.
71+
# install MS SQL related packages.
7272
apt-get update && \
73-
apt-get install -y unixodbc msodbcsql17=17.10.4.1-1 mssql-tools && \
73+
apt-get install -y unixodbc msodbcsql17 mssql-tools && \
7474
# .NET Core dependencies
7575
apt-get install -y --no-install-recommends ca-certificates \
7676
libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && \

0 commit comments

Comments
 (0)