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
2 changes: 1 addition & 1 deletion release/Dockerfile.ranger
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 RANGER_BASE_IMAGE=apache/ranger-base
ARG RANGER_BASE_VERSION=20260123-2-8
ARG RANGER_BASE_VERSION=20260806-2-8

FROM ${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION} AS ranger

Expand Down
2 changes: 1 addition & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
To build the images, run the following commands from the `release` directory:

```bash
export RANGER_VERSION=2.8.0
export RANGER_VERSION=2.9.0
docker build -f Dockerfile.ranger-postgres -t ranger-db:latest .
docker build -f Dockerfile.ranger-solr -t ranger-solr:latest .
docker build --build-arg RANGER_VERSION=${RANGER_VERSION} -f Dockerfile.ranger -t ranger:latest .
Expand Down