aboutsummaryrefslogtreecommitdiff
path: root/bigtop-bigpetstore
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2017-03-22 14:58:00 -0700
committerRoman Shaposhnik <rvs@apache.org>2017-03-24 11:23:46 -0700
commit599207ff8157b56e87f94623277fe345a3af57c7 (patch)
tree3059ff635f91ac91794d82f8b427decf9dcbf490 /bigtop-bigpetstore
parenta05d3813f67979f74c0494fb118f98a0264266dc (diff)
BIGTOP-2664. create provisioner test for trunk packages with jdk8
Diffstat (limited to 'bigtop-bigpetstore')
-rw-r--r--bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile b/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile
index 8ee4416f..3f43aa6d 100644
--- a/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile
+++ b/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile
@@ -15,8 +15,8 @@
FROM centos:7
MAINTAINER jay@apache.org
RUN yum update -y
-RUN yum install -y java-1.7.0-openjdk unzip wget
-RUN yum install -y java-1.7.0-openjdk-devel
+RUN yum install -y java-1.8.0-openjdk unzip wget
+RUN yum install -y java-1.8.0-openjdk-devel
WORKDIR /opt/