File tree 7 files changed +10
-7
lines changed
real-test-flavor/real_flavor_base
test-flavor spaces/real-test-flavor/real_flavor_base
7 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Features
4
4
- #273 : Added option "use-existing-container" to run-db-test task
5
+ - #277 : Added option to export the container to a uncompressed tar
5
6
6
7
## Refactorings
7
8
- #275 : Updated to poetry 2.1.2
8
9
- #276 : Fix type hints in task generator functions
10
+
11
+ ## Security
12
+ - #280 : Updated Ubuntu version for integration tests
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18 .04
1
+ FROM ubuntu:24 .04
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18 .04
1
+ FROM ubuntu:24 .04
2
2
RUN mkdir /conf /buckets
3
3
4
4
COPY --from={{language_deps}} /usr /usr
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18 .04
1
+ FROM ubuntu:24 .04
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18 .04
1
+ FROM ubuntu:24 .04
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18 .04
1
+ FROM ubuntu:24 .04
2
2
RUN mkdir /conf /buckets
3
3
4
4
COPY --from={{language_deps}} /usr /usr
@@ -41,4 +41,3 @@ RUN true # workaround for https://github.com/moby/moby/issues/37965
41
41
42
42
COPY --from={{build_run}} /build_info /build_info
43
43
RUN true # workaround for https://github.com/moby/moby/issues/37965
44
-
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18 .04
1
+ FROM ubuntu:24 .04
You can’t perform that action at this time.
0 commit comments