HDDS-1588. Update Ozone dist image to use jdk11. Contributed by Eric Yang.
This commit is contained in:
parent
9f933e6446
commit
a3745c59a3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue