Skip to content

Commit 904b400

Browse files
authored
#280: Updated Ubuntu version for int tests (#281)
fixes #280
1 parent 67f141f commit 904b400

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

doc/changes/unreleased.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Features
44
- #273: Added option "use-existing-container" to run-db-test task
5+
- #277: Added option to export the container to a uncompressed tar
56

67
## Refactorings
78
- #275: Updated to poetry 2.1.2
89
- #276: Fix type hints in task generator functions
10+
11+
## Security
12+
- #280: Updated Ubuntu version for integration tests
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04

test/resources/flavors/real-test-flavor/real_flavor_base/release/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22
RUN mkdir /conf /buckets
33

44
COPY --from={{language_deps}} /usr /usr
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04

test/resources/flavors/test-flavor spaces/real-test-flavor/real_flavor_base/release/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22
RUN mkdir /conf /buckets
33

44
COPY --from={{language_deps}} /usr /usr
@@ -41,4 +41,3 @@ RUN true # workaround for https://github.com/moby/moby/issues/37965
4141

4242
COPY --from={{build_run}} /build_info /build_info
4343
RUN true # workaround for https://github.com/moby/moby/issues/37965
44-
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04

0 commit comments

Comments
 (0)