Skip to content

Commit 2b1d115

Browse files
authored
SCHED-941: update nebius ubuntu security repo (#66)
* update nebius ubuntu security repo * change version of python to 3.12.3-1ubuntu0.11
1 parent e9e3073 commit 2b1d115

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ ENV LANG=en_US.utf8 \
4949
# Install minimal python packages for Ansible
5050
RUN apt-get update && \
5151
apt-get install -y \
52-
python3.12="3.12.3-1ubuntu0.10" \
53-
python3.12-venv="3.12.3-1ubuntu0.10"
52+
python3.12="3.12.3-1ubuntu0.11" \
53+
python3.12-venv="3.12.3-1ubuntu0.11"
5454

5555
# Install Ansible and base configs
5656
COPY ansible/ansible.cfg /opt/ansible/ansible.cfg

ansible/roles/python/defaults/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python_packages:
55
- python3-debian=0.1.49ubuntu2
66
- python3-pip-whl=24.0+dfsg-1ubuntu1.3
77
- python3-pip=24.0+dfsg-1ubuntu1.3
8-
- python3.12-dbg=3.12.3-1ubuntu0.10
9-
- python3.12-dev=3.12.3-1ubuntu0.10
10-
- python3.12-venv=3.12.3-1ubuntu0.10
11-
- python3.12=3.12.3-1ubuntu0.10
8+
- python3.12-dbg=3.12.3-1ubuntu0.11
9+
- python3.12-dev=3.12.3-1ubuntu0.11
10+
- python3.12-venv=3.12.3-1ubuntu0.11
11+
- python3.12=3.12.3-1ubuntu0.11

ansible/roles/repos/files/nebius-ubuntu-security.sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Types: deb
2-
URIs: https://mirror.eu.nebius.cloud/ubuntu/snapshots/noble-security/20260112_225428
2+
URIs: https://mirror.eu.nebius.cloud/ubuntu/snapshots/noble-security/20260217_073801
33
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
44
Components: main restricted universe multiverse
55
Suites: noble-security

0 commit comments

Comments
 (0)