Skip to content

Commit 91ef884

Browse files
committed
fix ozonesecure-mr
1 parent afe6afc commit 91ef884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hadoop-ozone/dist/src/main/compose/ozonesecure-mr/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
- ./docker-config
6565
command: ["/opt/hadoop/bin/ozone","s3g"]
6666
scm:
67-
image: apache/ozone-runner:latest:${HADOOP_RUNNER_VERSION}
67+
image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
6868
hostname: scm
6969
volumes:
7070
- ../..:/opt/hadoop
@@ -120,4 +120,4 @@ services:
120120
- 4040:4040
121121
env_file:
122122
- docker-config
123-
command: ["watch","-n","100000","ls"]
123+
command: ["watch","-n","100000","ls"]

0 commit comments

Comments
 (0)