Skip to content

Commit

Permalink
revert to jammy due to size issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mlathara committed Apr 24, 2024
1 parent b586a26 commit b121665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
build-args: os=ubuntu:24.04
build-args: os=ubuntu:jammy
load: true
tags: ghcr.io/genomicsdb/genomicsdb:test

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ WORKDIR /build
RUN ./install_prereqs.sh release &&\
useradd -r -U -m ${user}

COPY --from=full /usr/local/bin/*genomicsdb* /usr/local/bin/gt_mpi_gather /usr/local/bin/vcf* ${install_dir}/bin/
COPY --from=full /usr/local/bin/create_genomicsdb_workspace /usr/local/bin/gt_mpi_gather /usr/local/bin/vcf2genomicsdb* /usr/local/bin/consolidate* ${install_dir}/bin/

USER ${user}
WORKDIR /home/${user}
Expand Down

0 comments on commit b121665

Please sign in to comment.