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
63 changes: 0 additions & 63 deletions .github/workflows/build-images.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
datawave-hadoop/artifactory.repo
6 changes: 6 additions & 0 deletions datawave-accumulo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ RUN cd /opt \
COPY ./entrypoint.sh /
RUN chmod 777 /entrypoint.sh

# Generate the manifest of installed RPMs
RUN rpm -qa | sort > /rpm-manifest.txt

# Display Manifest during build
RUN cat /rpm-manifest.txt

USER ${USER}

ENV ACCUMULO_HOME=/opt/accumulo
Expand Down
6 changes: 6 additions & 0 deletions datawave-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ RUN rpm --import https://yum.corretto.aws/corretto.key && \

ENV JAVA_HOME=/usr/lib/jvm/java

# Generate the manifest of installed RPMs
RUN rpm -qa | sort > /rpm-manifest.txt

# Display Manifest during build
RUN cat /rpm-manifest.txt

9 changes: 7 additions & 2 deletions datawave-hadoop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ ARG REGISTRY="ghcr.io/nationalsecurityagency/datawave"
FROM ${REGISTRY}/datawave-stack-base:11

# Add native libs
ARG HADOOP_VERSION=3.4.1
ADD bigtop.repo /etc/yum.repos.d
ADD bigtop.repo /etc/yum.repos.d/
ADD artifactory.repo /etc/yum.repos.d/

RUN yum clean all && \
Expand Down Expand Up @@ -48,6 +47,12 @@ RUN yum clean all && \
chmod 777 -R /opt/hdfs/hadoop-yarn && \
rm -Rf /usr/lib/hadoop/tools

# Generate the manifest of installed RPMs
RUN rpm -qa | sort > /rpm-manifest.txt

# Display Manifest during build
RUN cat /rpm-manifest.txt

USER hadoop

ENV HADOOP_HOME=/usr/local/hadoop \
Expand Down
7 changes: 7 additions & 0 deletions datawave-hadoop/artifactory.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Artifactory]
name=Artifactory
baseurl=https://datawave-token:${ARTIFACTORY_TOKEN}@artifactory.adv.evoforge.org/artifactory/dwp-rpm-local/el8/
enabled=1
gpgcheck=0
sslverify=0
EOF
2 changes: 1 addition & 1 deletion datawave-hadoop/bigtop.repo
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name=Bigtop
enabled=1
gpgcheck=0
baseurl=http://repos.bigtop.apache.org/releases/3.2.1/centos/7/$basearch
baseurl=http://repos.bigtop.apache.org/releases/3.2.1/centos/7/$basearch