mahendra-rk commented on code in PR #920:
URL: https://github.com/apache/ranger/pull/920#discussion_r3174922044
##########
dev-support/ranger-docker/Dockerfile.ranger:
##########
@@ -13,47 +13,53 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-ARG RANGER_DB_TYPE=postgres
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION} AS ranger
ARG RANGER_VERSION
-ARG RANGER_DB_TYPE
ARG TARGETARCH
Review Comment:
Where did you set RANGER_HOME, RANGER_ADMIN_DIR, RANGER_DIST env vars ?
Without these python scripts may fail - correct ?
--
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]