Skip to content

Commit 676a199

Browse files
committed
Revert "[FLINK-34194][ci] Updates test CI container to be based on Ubuntu 22.04"
This reverts commit 2b94a57.
1 parent dd38289 commit 676a199

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
- name: Build documentation
5151
run: |
52-
docker run --rm --volume "$PWD:/root/flink" mapohl/flink-ci:FLINK-34194 bash -c "cd /root/flink && ./.github/workflows/docs.sh"
52+
docker run --rm --volume "$PWD:/root/flink" chesnay/flink-ci:java_8_11_17_21_maven_386 bash -c "cd /root/flink && ./.github/workflows/docs.sh"
5353
- name: Upload documentation
5454
uses: burnett01/[email protected]
5555
with:

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resources:
3939
# Container with SSL to have the same environment everywhere.
4040
# see https://github.com/apache/flink-connector-shared-utils/tree/ci_utils
4141
- container: flink-build-container
42-
image: mapohl/flink-ci:FLINK-34194
42+
image: chesnay/flink-ci:java_8_11_17_21_maven_386
4343
# On AZP provided machines, set this flag to allow writing coredumps in docker
4444
options: --privileged
4545

@@ -73,16 +73,16 @@ stages:
7373
parameters: # see template file for a definition of the parameters.
7474
stage_name: ci_build
7575
test_pool_definition:
76-
vmImage: 'ubuntu-22.04'
76+
vmImage: 'ubuntu-20.04'
7777
e2e_pool_definition:
78-
vmImage: 'ubuntu-22.04'
78+
vmImage: 'ubuntu-20.04'
7979
environment: PROFILE="-Dflink.hadoop.version=2.10.2"
8080
run_end_to_end: false
8181
container: flink-build-container
8282
jdk: 8
8383
- job: docs_404_check # run on a MSFT provided machine
8484
pool:
85-
vmImage: 'ubuntu-22.04'
85+
vmImage: 'ubuntu-20.04'
8686
steps:
8787
- task: GoTool@0
8888
inputs:

tools/azure-pipelines/build-apache-repo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resources:
3939
# Container with SSL to have the same environment everywhere.
4040
# see https://github.com/apache/flink-connector-shared-utils/tree/ci_utils
4141
- container: flink-build-container
42-
image: mapohl/flink-ci:FLINK-34194
42+
image: chesnay/flink-ci:java_8_11_17_21_maven_386
4343

4444
variables:
4545
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository

0 commit comments

Comments
 (0)