File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
8
8
_triggers = { "branch" : [ "master" , "develop" ] }
9
- _container_tag = '61b5b771ffefa8c04c43ddc9e023152461a8295f '
9
+ _container_tag = '124c270a381614d687dba42c2bd8176f69c38de6 '
10
10
_win_container_tag = 'e7bd656c3515263f9b3c69a2d73d045f6a0fed72'
11
11
12
12
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
coverage :
19
19
runs-on : ubuntu-latest
20
20
container :
21
- image : ghcr.io/anarthal-containers/build-gcc14:61b5b771ffefa8c04c43ddc9e023152461a8295f
21
+ image : ghcr.io/anarthal-containers/build-gcc14:124c270a381614d687dba42c2bd8176f69c38de6
22
22
volumes :
23
23
- /var/run/mysqld:/var/run/mysqld
24
24
services :
25
25
mysql :
26
- image : ghcr.io/anarthal-containers/ci-db:mysql-8.4.1-61b5b771ffefa8c04c43ddc9e023152461a8295f
26
+ image : ghcr.io/anarthal-containers/ci-db:mysql-8.4.1-124c270a381614d687dba42c2bd8176f69c38de6
27
27
ports :
28
28
- 3306:3306
29
29
volumes :
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
fuzz :
21
21
runs-on : ubuntu-latest
22
22
container :
23
- image : ghcr.io/anarthal-containers/build-clang18:61b5b771ffefa8c04c43ddc9e023152461a8295f
23
+ image : ghcr.io/anarthal-containers/build-clang18:124c270a381614d687dba42c2bd8176f69c38de6
24
24
volumes :
25
25
- /var/run/mysqld:/var/run/mysqld
26
26
services :
27
27
mysql :
28
- image : ghcr.io/anarthal-containers/ci-db:mysql-8.4.1-61b5b771ffefa8c04c43ddc9e023152461a8295f
28
+ image : ghcr.io/anarthal-containers/ci-db:mysql-8.4.1-124c270a381614d687dba42c2bd8176f69c38de6
29
29
ports :
30
30
- 3306:3306
31
31
volumes :
Original file line number Diff line number Diff line change 5
5
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
6
#
7
7
8
- FROM ubuntu:23 .04
8
+ FROM ubuntu:24 .04
9
9
10
10
RUN dpkg --add-architecture i386
11
11
Original file line number Diff line number Diff line change 5
5
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
6
#
7
7
8
- FROM ubuntu:23 .04
8
+ FROM ubuntu:24 .04
9
9
10
10
RUN \
11
11
apt-get update && \
Original file line number Diff line number Diff line change 5
5
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
6
#
7
7
8
- FROM ubuntu:23 .04
8
+ FROM ubuntu:24 .04
9
9
10
10
RUN \
11
11
apt-get update && \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repo_base=$(realpath $(dirname $(realpath $0))/../..)
12
12
13
13
BK=b2
14
14
IMAGE=build-clang11
15
- SHA=61b5b771ffefa8c04c43ddc9e023152461a8295f
15
+ SHA=124c270a381614d687dba42c2bd8176f69c38de6
16
16
CONTAINER=builder-$IMAGE
17
17
FULL_IMAGE=ghcr.io/anarthal-containers/$IMAGE :$SHA
18
18
DB=mysql-8.4.1
You can’t perform that action at this time.
0 commit comments