Skip to content

Commit

Permalink
use jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed Aug 16, 2024
1 parent 52cd163 commit 783149e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM apache/ozone-runner:20240729-jdk17-1
FROM apache/ozone-runner:20240729-jdk11-1
ARG OZONE_URL=https://dlcdn.apache.org/ozone/1.2.1/ozone-1.2.1.tar.gz
WORKDIR /opt
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
Expand Down

0 comments on commit 783149e

Please sign in to comment.