瀏覽代碼

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