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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# thrift
# maven
# java8
FROM apachehudi/hudi-ci-bundle-validation-base:azure_ci_test_base_java11
FROM apachehudi/hudi-ci-bundle-validation-base:azure_ci_test_base_java11_v2

CMD ["java", "-version"]

Expand Down
4 changes: 2 additions & 2 deletions packaging/bundle-validation/azure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
FROM --platform=linux/amd64 adoptopenjdk/openjdk11:alpine
FROM --platform=linux/amd64 maven:3.9-eclipse-temurin-11-alpine

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

# Install thrift 0.13.0 from source (compiler only, skip library)
RUN apk add --no-cache libstdc++ \
Expand Down
4 changes: 2 additions & 2 deletions packaging/bundle-validation/azure/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# specific language governing permissions and limitations
# under the License.
#
docker build -t hudi-ci-bundle-validation-base:azure_ci_test_base_java11 .
docker image tag hudi-ci-bundle-validation-base:azure_ci_test_base_java11 apachehudi/hudi-ci-bundle-validation-base:azure_ci_test_base_java11
docker build -t hudi-ci-bundle-validation-base:azure_ci_test_base_java11_v2 .
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
Loading