File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed
Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515
1616ARG OZONE_RUNNER_IMAGE=apache/ozone-runner
17- ARG OZONE_RUNNER_VERSION=20250410-1 -jdk21
17+ ARG OZONE_RUNNER_VERSION=20251226-2 -jdk21-slim
1818FROM ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
1919
2020ARG OZONE_VERSION=2.0.0
2121ARG OZONE_URL="https://www.apache.org/dyn/closer.lua?action=download&filename=ozone/${OZONE_VERSION}/ozone-${OZONE_VERSION}.tar.gz"
2222
2323WORKDIR /opt
24- RUN sudo rm -rf /opt/hadoop && curl -LSs -o ozone.tar.gz $OZONE_URL && tar zxf ozone.tar.gz && rm ozone.tar.gz && mv ozone* hadoop
24+ RUN sudo rm -rf /opt/hadoop && \
25+ curl -LSs -o ozone.tar.gz $OZONE_URL && \
26+ tar zxf ozone.tar.gz && \
27+ rm ozone.tar.gz && \
28+ mv ozone* hadoop && \
29+ cd hadoop && \
30+ sudo rm -rf \
31+ CONTRIBUTING.md \
32+ compose \
33+ docs \
34+ examples \
35+ HISTORY.md \
36+ kubernetes \
37+ README.md \
38+ SECURITY.md \
39+ share/ozone/byteman \
40+ share/ozone/lib/*-docs-*.jar \
41+ share/ozone/lib/ozone-filesystem-hadoop*.jar \
42+ smoketest \
43+ tests
2544
2645WORKDIR /opt/hadoop
2746
You can’t perform that action at this time.
0 commit comments