mneethiraj commented on code in PR #660:
URL: https://github.com/apache/ranger/pull/660#discussion_r2396055755


##########
dev-support/ranger-docker/Dockerfile.ranger-usersync:
##########
@@ -14,9 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ARG RANGER_BASE_IMAGE
-ARG RANGER_BASE_VERSION
-FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION}
+FROM ranger

Review Comment:
   Why is it necessary to change the base image (`FROM @{RANGER_BASE_IMAGE}`) 
to `ranger`?
   
   `ranger` is the image containing Ranger admin server; usersync shouldn't use 
`ranger` as the base.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to