Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dev-support/ranger-docker/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
/target/
.DS_Store
.idea
scripts/hive-site-metastore-mysql.xml
scripts/tez-site.xml
scripts/knox/ranger-knox-sandbox.xml
6 changes: 3 additions & 3 deletions dev-support/ranger-docker/Dockerfile.ranger
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# 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
ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
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

Expand Down
4 changes: 2 additions & 2 deletions dev-support/ranger-docker/Dockerfile.ranger-build
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_BUILD_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_BUILD_VERSION=20260123-2-8
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_BUILD_VERSION}

ARG TARGETARCH
Expand Down
4 changes: 2 additions & 2 deletions dev-support/ranger-docker/Dockerfile.ranger-hadoop
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION}

ARG HADOOP_VERSION
Expand Down
4 changes: 2 additions & 2 deletions dev-support/ranger-docker/Dockerfile.ranger-hbase
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION}

ARG HBASE_VERSION
Expand Down
4 changes: 2 additions & 2 deletions dev-support/ranger-docker/Dockerfile.ranger-hive
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.
# Only the ARGs needed for this build stage

ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION}

ARG HIVE_VERSION
Expand Down
4 changes: 2 additions & 2 deletions dev-support/ranger-docker/Dockerfile.ranger-kafka
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION}

ARG KAFKA_VERSION
Expand Down
6 changes: 3 additions & 3 deletions dev-support/ranger-docker/Dockerfile.ranger-kms
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG RANGER_DB_TYPE
ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
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-kms

ARG KMS_VERSION
Expand Down
4 changes: 2 additions & 2 deletions dev-support/ranger-docker/Dockerfile.ranger-knox
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION}

ARG KNOX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dev-support/ranger-docker/Dockerfile.ranger-mysql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG MARIADB_VERSION
ARG MARIADB_VERSION=10.6
FROM mariadb:${MARIADB_VERSION}

# Copy DB init script
Expand Down
4 changes: 2 additions & 2 deletions dev-support/ranger-docker/Dockerfile.ranger-opensearch
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION}

ARG OPENSEARCH_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dev-support/ranger-docker/Dockerfile.ranger-oracle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG ORACLE_VERSION
ARG ORACLE_VERSION=21.3.0-xe
FROM gvenzl/oracle-free:${ORACLE_VERSION}-slim

# Copy DB init script
Expand Down
4 changes: 2 additions & 2 deletions dev-support/ranger-docker/Dockerfile.ranger-ozone
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG OZONE_RUNNER_IMAGE
ARG OZONE_RUNNER_VERSION
ARG OZONE_RUNNER_IMAGE=apache/ozone-runner
ARG OZONE_RUNNER_VERSION=20230615-1
FROM ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}

ARG OZONE_HOME
Expand Down
2 changes: 1 addition & 1 deletion dev-support/ranger-docker/Dockerfile.ranger-postgres
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG POSTGRES_VERSION
ARG POSTGRES_VERSION=13.16
FROM postgres:${POSTGRES_VERSION}

# Copy DB init script
Expand Down
6 changes: 3 additions & 3 deletions dev-support/ranger-docker/Dockerfile.ranger-solr
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
ARG SOLR_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
ARG SOLR_VERSION=8.11.3
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION} AS ranger-base
FROM solr:${SOLR_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion dev-support/ranger-docker/Dockerfile.ranger-sqlserver
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG SQLSERVER_VERSION
ARG SQLSERVER_VERSION=2022-latest

FROM mcr.microsoft.com/mssql/server:${SQLSERVER_VERSION}

Expand Down
4 changes: 2 additions & 2 deletions dev-support/ranger-docker/Dockerfile.ranger-tagsync
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION}

ARG TAGSYNC_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dev-support/ranger-docker/Dockerfile.ranger-trino
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG TRINO_VERSION
ARG TRINO_VERSION=latest
FROM trinodb/trino:${TRINO_VERSION}

USER trino
Expand Down
4 changes: 2 additions & 2 deletions dev-support/ranger-docker/Dockerfile.ranger-usersync
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG RANGER_BASE_IMAGE
ARG RANGER_BASE_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION}

ARG USERSYNC_VERSION
Expand Down
6 changes: 3 additions & 3 deletions dev-support/ranger-docker/Dockerfile.ranger-zk
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# 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_BASE_IMAGE
ARG RANGER_BASE_VERSION
ARG ZK_VERSION
ARG RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
ARG ZK_VERSION=3.9.2
FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION} AS ranger-base
FROM zookeeper:${ZK_VERSION}

Expand Down
Loading