Skip to content

Commit

Permalink
update refs
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Dec 11, 2023
1 parent ecc17b3 commit 6db527e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ jobs:
with:
context: datawave-base/
push: true
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-base:${{ github.sha }}"
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-base:${{ github.ref_name }}"
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker hadoop image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: datawave-hadoop/
push: true
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-hadoop:${{ github.sha }}"
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-hadoop:${{ github.ref_name }}"
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker accumulo image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: datawave-accumulo/
push: true
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-accumulo:${{ github.sha }}"
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-accumulo:${{ github.ref_name }}"
labels: ${{ steps.meta.outputs.labels }}
8 changes: 4 additions & 4 deletions datawave-accumulo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@


ARG BUILDER_IMAGE_NAME=ghcr.io/nationalsecurityagency/datawave-hadoop
ARG BUILDER_IMAGE_TAG=docker-images
ARG BUILDER_IMAGE_NAME=ghcr.io/nationalsecurityagency/datawave-stack-hadoop
ARG BUILDER_IMAGE_TAG=main

ARG BASE_IMAGE_NAME=ghcr.io/nationalsecurityagency/datawave-hadoop
ARG BASE_IMAGE_TAG=docker-images
ARG BASE_IMAGE_NAME=ghcr.io/nationalsecurityagency/datawave-stack-hadoop
ARG BASE_IMAGE_TAG=main

ARG ACCUMULO_VERSION=2.1.2
ARG ZOOKEEPER_VERSION=3.7.2
Expand Down
2 changes: 1 addition & 1 deletion datawave-hadoop/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/nationalsecurityagency/datawave-stack-base:5b658f2e82b89a4f9b25a5412a8a1468049f9634
FROM ghcr.io/nationalsecurityagency/datawave-stack-base:main

# Add native libs
ARG HADOOP_VERSION=3.3.6
Expand Down

0 comments on commit 6db527e

Please sign in to comment.