Skip to content
Open
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
20 changes: 20 additions & 0 deletions teradatalabs/mapr-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2017 Teradata
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# 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.

FROM teradatalabs/centos6-java8-oracle
MAINTAINER Teradata Docker Team <[email protected]>

ADD files/maprtech.repo /etc/yum.repos.d/maprtech.repo
RUN yum update -y \
&& yum install -y mapr-client.x86_64
14 changes: 14 additions & 0 deletions teradatalabs/mapr-client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# mapr-client [![][layers-badge]][layers-link] [![][version-badge]][dockerhub-link]

[layers-badge]: https://images.microbadger.com/badges/image/teradatalabs/mapr-client.svg
[layers-link]: https://microbadger.com/images/teradatalabs/mapr-client
[version-badge]: https://images.microbadger.com/badges/version/teradatalabs/mapr-client.svg
[dockerhub-link]: https://hub.docker.com/r/teradatalabs/mapr-client


Docker image with MapR Client installed.

## Oracle license

By using this image, you accept the Oracle Binary Code License Agreement for Java SE available here:
[http://www.oracle.com/technetwork/java/javase/terms/license/index.html](http://www.oracle.com/technetwork/java/javase/terms/license/index.html)
6 changes: 6 additions & 0 deletions teradatalabs/mapr-client/files/maprtech.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[maprtech]
name=MapR Technologies
baseurl=http://package.mapr.com/releases/v5.2.0/redhat/
enabled=1
gpgcheck=0
protect=1