File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ FROM base AS branch-version-focal_20_04
18
18
RUN echo "this is the stage that sets VAR=FALSE"
19
19
ENV VAR=FALSE
20
20
21
+ FROM base AS branch-version-22.04
22
+
21
23
FROM branch-version-${IMAGE_VERSION} AS final
22
24
RUN echo "Eoan is requested is equal to ${VAR}"
23
25
24
26
RUN apt-get update && apt-get install -y \
25
27
build-essential \
26
28
ccache \
27
- clang-format-7 \
28
- clang-tidy \
29
29
cmake \
30
30
curl \
31
31
git \
Original file line number Diff line number Diff line change 49
49
BUILD_PLATFORM_VERSION : ubuntu_20
50
50
DISTRO : ubuntu
51
51
BUILD_IMAGE_DOCKERFILE_IMAGE_VERSION : focal_20_04
52
+ - BUILD_PLATFORM : ubuntu-22.04
53
+ BUILD_PLATFORM_VERSION : ubuntu_22_04
54
+ DISTRO : ubuntu
55
+ BUILD_IMAGE_DOCKERFILE_IMAGE_VERSION : 22.04
52
56
- BUILD_PLATFORM : ubuntu_arm64
53
57
BUILD_PLATFORM_VERSION : ubuntu_arm64
54
58
DISTRO : ubuntu_arm64
You can’t perform that action at this time.
0 commit comments