Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
docker run --rm \
--volume "$PWD:/root/flink" \
--volume "$HOME/.m2/repository:/root/.m2/repository" \
chesnay/flink-ci:java_8_11_17_21_maven_386_jammy \
apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy \
bash -c "apt-get update && apt-get install -y rsync && cd /root/flink && ./.github/workflows/docs.sh"
- name: Upload documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
docker run --rm \
--volume "$PWD:/root/flink" \
--volume "$HOME/.m2/repository:/root/.m2/repository" \
chesnay/flink-ci:java_8_11_17_21_maven_386_jammy \
apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy \
bash -c "cd /root/flink && ./.github/workflows/docs.sh"
- name: Upload documentation
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/template.flink-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
name: "Compile"
runs-on: ubuntu-24.04
container:
image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy
image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
# --init makes the process in the container being started as an init process which will clean up any daemon processes during shutdown
# --privileged allows writing coredumps in docker (FLINK-16973)
options: --init --privileged
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
needs: compile
runs-on: ubuntu-24.04
container:
image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy
image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
# --init makes the process in the container being started as an init process which will clean up any daemon processes during shutdown
# --privileged allows writing coredumps in docker (FLINK-16973)
options: --init --privileged
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
needs: compile
runs-on: ubuntu-24.04
container:
image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy
image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
# --init makes the process in the container being started as an init process which will clean up any daemon processes during shutdown
# --privileged allows writing coredumps in docker (FLINK-16973)
options: --init --privileged
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template.pre-compile-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: "Basic QA"
runs-on: ubuntu-24.04
container:
image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy
image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
# --init makes the process in the container being started as an init process which will clean up any daemon processes during shutdown
# --privileged allows writing coredumps in docker (FLINK-16973)
options: --init --privileged
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resources:
# Container with SSL to have the same environment everywhere.
# see https://github.com/apache/flink-connector-shared-utils/tree/ci_utils
- container: flink-build-container
image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy
image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
# On AZP provided machines, set this flag to allow writing coredumps in docker
options: --privileged

Expand Down
2 changes: 1 addition & 1 deletion tools/azure-pipelines/build-apache-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resources:
# Container with SSL to have the same environment everywhere.
# see https://github.com/apache/flink-connector-shared-utils/tree/ci_utils
- container: flink-build-container
image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy
image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy

variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
Expand Down