소스 검색

HDDS-1588. Update Ozone dist image to use jdk11. Contributed by Eric Yang.

Eric Yang 6 년 전
부모
커밋
a3745c59a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-ozone/dist/src/main/Dockerfile

+ 1 - 1
hadoop-ozone/dist/src/main/Dockerfile

@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM apache/hadoop-runner:latest
+FROM apache/hadoop-runner:jdk11
 
 ADD --chown=hadoop . /opt/hadoop