Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kypo-ansible-runner
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MUNI-KYPO-CRP
backend-python
kypo-ansible-runner
Commits
aa683fdc
Commit
aa683fdc
authored
10 months ago
by
Zdeněk Vydra
Browse files
Options
Downloads
Patches
Plain Diff
Update Ansible and Python version
parent
fc1f5329
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
aa683fdc
FROM
python:3.
8
-slim-b
uster
FROM
python:3.
12
-slim-b
ookworm
ENV
ANSIBLE_STDOUT_CALLBACK=default
ENV
ANSIBLE_STDOUT_CALLBACK=default
ENV
ANSIBLE_RETRY_FILES_ENABLED=0
ENV
ANSIBLE_RETRY_FILES_ENABLED=0
...
@@ -8,7 +8,7 @@ ENV PIP_EXTRA_INDEX_URL="https://gitlab.ics.muni.cz/api/v4/projects/2358/package
...
@@ -8,7 +8,7 @@ ENV PIP_EXTRA_INDEX_URL="https://gitlab.ics.muni.cz/api/v4/projects/2358/package
RUN
apt update
&&
apt
install
-y
gnupg2 git autossh
RUN
apt update
&&
apt
install
-y
gnupg2 git autossh
RUN
pip3
install
ansible
==
5
.
*
pypsrp requests[socks] automated-problem-generation-lib
RUN
pip3
install
ansible
==
9
.
*
pypsrp requests[socks] automated-problem-generation-lib
RUN
rm
-rf
/var/cache/apt/
RUN
rm
-rf
/var/cache/apt/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment