WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit af0a3f3

Browse files
committed
chore(ci): Update Java 11 image for Azure CI
1 parent cf8e6e4 commit af0a3f3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# thrift
2020
# maven
2121
# java8
22-
FROM apachehudi/hudi-ci-bundle-validation-base:azure_ci_test_base_java11
22+
FROM apachehudi/hudi-ci-bundle-validation-base:azure_ci_test_base_java11_v2
2323

2424
CMD ["java", "-version"]
2525

packaging/bundle-validation/azure/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
FROM --platform=linux/amd64 adoptopenjdk/openjdk11:alpine
17+
FROM --platform=linux/amd64 maven:3.9-eclipse-temurin-11-alpine
1818

19-
RUN apk add --no-cache --upgrade bash curl jq git maven
19+
RUN apk add --no-cache --upgrade bash curl jq git
2020

2121
# Install thrift 0.13.0 from source (compiler only, skip library)
2222
RUN apk add --no-cache libstdc++ \

packaging/bundle-validation/azure/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
# specific language governing permissions and limitations
1818
# under the License.
1919
#
20-
docker build -t hudi-ci-bundle-validation-base:azure_ci_test_base_java11 .
21-
docker image tag hudi-ci-bundle-validation-base:azure_ci_test_base_java11 apachehudi/hudi-ci-bundle-validation-base:azure_ci_test_base_java11
20+
docker build -t hudi-ci-bundle-validation-base:azure_ci_test_base_java11_v2 .
21+
docker image tag hudi-ci-bundle-validation-base:azure_ci_test_base_java11_v2 apachehudi/hudi-ci-bundle-validation-base:azure_ci_test_base_java11_v2

0 commit comments

Comments
 (0)