Commit 8c6e90f 1 parent 5d3cb85 commit 8c6e90f Copy full SHA for 8c6e90f
File tree 4 files changed +10
-14
lines changed
deployment/ansible/roles/docker-install/tasks
judgels-backends/judgels-grader-app
4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
test :
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
services :
15
15
rabbitmq :
16
16
image : rabbitmq
89
89
build :
90
90
needs : test
91
91
if : github.ref == 'refs/heads/release/3.0' && github.repository_owner == 'ia-toki'
92
- runs-on : ubuntu-22 .04
92
+ runs-on : ubuntu-24 .04
93
93
env :
94
94
CONTAINER_REGISTRY_USERNAME : ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
95
95
CONTAINER_REGISTRY_TOKEN : ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
@@ -150,7 +150,7 @@ jobs:
150
150
151
151
deploy-web :
152
152
if : github.ref == 'refs/heads/master' && github.repository_owner == 'ia-toki'
153
- runs-on : ubuntu-22 .04
153
+ runs-on : ubuntu-24 .04
154
154
env :
155
155
WEB_HOST : ${{ secrets.WEB_HOST }}
156
156
WEB_KNOWN_HOSTS : ${{ secrets.WEB_KNOWN_HOSTS }}
@@ -192,7 +192,7 @@ jobs:
192
192
needs : build
193
193
# if: github.ref == 'refs/heads/master' && github.repository_owner == 'ia-toki'
194
194
if : False
195
- runs-on : ubuntu-22 .04
195
+ runs-on : ubuntu-24 .04
196
196
steps :
197
197
- uses : actions/checkout@v4
198
198
with :
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
release :
10
- runs-on : ubuntu-22 .04
10
+ runs-on : ubuntu-24 .04
11
11
env :
12
12
CONTAINER_REGISTRY_USERNAME : ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
13
13
CONTAINER_REGISTRY_TOKEN : ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change 1
1
- block :
2
2
- name : Install docker
3
- pip :
4
- name : docker
5
-
6
- - name : Downgrade requests # https://github.com/docker/docker-py/issues/3113
7
- pip :
8
- name : requests
9
- version : 2.28.1
3
+ apt :
4
+ name : python3-docker
5
+ state : present
10
6
11
7
- name : Install docker.io
12
8
apt :
Original file line number Diff line number Diff line change 1
- FROM ubuntu:22 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
RUN apt-get update \
4
4
&& apt-get install -y git make gcc libcap-dev
@@ -12,7 +12,7 @@ RUN git clone --depth 1 git://git.ucw.cz/moe.git; \
12
12
gcc -o iwrapper iwrapper.c
13
13
14
14
15
- FROM ubuntu:22 .04
15
+ FROM ubuntu:24 .04
16
16
17
17
ENV CARGO_HOME /usr
18
18
ENV RUSTUP_HOME /usr
You can’t perform that action at this time.
0 commit comments