Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix debian9 docker file and clean up centos8 and ubuntu18.04 (#3518)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwangtw authored Apr 23, 2020
1 parent ec7a87a commit 7bfa0c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile.base.debian9
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM openjdk:8-jdk-slim
FROM openjdk:11-jdk-slim-stretch

RUN apt-get -y update && apt-get -y install \
netcat-openbsd \
Expand Down
3 changes: 2 additions & 1 deletion docker/test/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM centos:centos7

# This is passed to the heron build command via the --config flag
ENV TARGET_PLATFORM centos
ENV bazelVersion 0.26.0
ENV bazelVersion 3.0.0

RUN yum -y upgrade
RUN yum -y install \
Expand All @@ -33,6 +33,7 @@ RUN yum -y install \
git \
kernel-devel \
libtool \
cppunit-devel \
make \
patch \
python-devel \
Expand Down
3 changes: 2 additions & 1 deletion docker/test/Dockerfile.ubuntu18.04
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ FROM ubuntu:18.04

# This is passed to the heron build command via the --config flag
ENV TARGET_PLATFORM ubuntu
ENV bazelVersion 0.26.0
ENV bazelVersion 3.0.0

RUN apt-get update && apt-get -y install \
g++ \
cmake \
automake \
libtool-bin \
libunwind8 \
libcppunit-dev \
patch \
python-dev \
python3-dev \
Expand Down

0 comments on commit 7bfa0c7

Please sign in to comment.