Skip to content

Commit

Permalink
Merge branch 'integration' into log-iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSmucker committed Jul 1, 2024
2 parents 3aed0d6 + d41e886 commit 2a7f891
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions contrib/datawave-quickstart/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ ENV DW_ACCUMULO_BIND_HOST=localhost

COPY . /opt/datawave

# Configure the yum repo mirror
RUN sed -i 's|mirrorlist|#mirrorlist|g;s|#baseurl.*|baseurl=http://archive.kernel.org/centos-vault/centos/$releasever/updates/$basearch/|g' /etc/yum.repos.d/CentOS-Base.repo

# Install dependencies, configure password-less/zero-prompt SSH...

RUN yum -y install gcc-c++ openssl openssh openssh-server openssh-clients openssl-libs which bc wget git java-11-openjdk-devel iproute && \
Expand Down
2 changes: 2 additions & 0 deletions web-services/deploy/application/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM azul/zulu-openjdk-centos:11.0.18-11.62.17

# Configure the yum repo mirror
RUN sed -i 's|mirrorlist|#mirrorlist|g;s|#baseurl.*|baseurl=http://archive.kernel.org/centos-vault/centos/$releasever/updates/$basearch/|g' /etc/yum.repos.d/CentOS-Base.repo

RUN yum -y install deltarpm centos-release-sc && \
chmod -R 777 /usr/lib/jvm/zulu11/bin/* && \
Expand Down

0 comments on commit 2a7f891

Please sign in to comment.