Skip to content

Commit

Permalink
see superlint output
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Sep 16, 2024
1 parent eea960d commit dfd522b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/superlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Lint

#todo -- probably only on PR
on: push

permissions: {}
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@
[submodule "microservices/starters/cached-results"]
path = microservices/starters/cached-results
url = [email protected]:NationalSecurityAgency/datawave-spring-boot-starter-cached-results.git
[submodule "contrib/datawave-helm-charts"]
path = contrib/datawave-helm-charts
url = [email protected]:NationalSecurityAgency/datawave-helm-charts.git
4 changes: 2 additions & 2 deletions warehouse/assemble/datawave/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ${docker.image.prefix}datawave-stack-accumulo:2.1.3
FROM ${docker.image.prefix}datawave-stack-accumulo:2.1.3-hdp-3.4.0
USER root
COPY --from=${docker.image.prefix}datawave-stack-hadoop:3.3.6 /usr/local/hadoop/ /usr/local/hadoop/
COPY --from=${docker.image.prefix}datawave-stack-hadoop:3.4.0 /usr/local/hadoop/ /usr/local/hadoop/

RUN adduser datawave --home /opt/datawave-ingest && echo -n "cd" >> /opt/datawave-ingest/.bashrc
COPY --from=bitnami/zookeeper:3.6.3 /opt/bitnami/zookeeper/ /usr/lib/zookeeper/
Expand Down

0 comments on commit dfd522b

Please sign in to comment.