Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Aug 13, 2024
1 parent a960790 commit b6dfb3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contexts/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
ARG OPENJDK_VERSION
ARG UBUNTU_VERSION
ARG DEEPHAVEN_SOURCES
ARG COMMIT_HASH

# -------------------------------------

Expand Down Expand Up @@ -41,7 +40,7 @@ FROM docker.io/ubuntu:${UBUNTU_VERSION} as os-bits
ARG DEBIAN_FRONTEND="noninteractive"
ARG TARGETARCH
ARG UBUNTU_VERSION
ARG COMMIT_HASH
ARG GIT_REVISION
RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked,id=apt-${TARGETARCH}-${UBUNTU_VERSION} \
--mount=type=cache,target=/var/lib/apt,sharing=locked,id=apt-${TARGETARCH}-${UBUNTU_VERSION} \
Expand All @@ -65,7 +64,7 @@ ENV \
LC_ALL='en_US.UTF-8'
LABEL \
io.deephaven.server.ubuntu.version="${UBUNTU_VERSION}" \
org.opencontainers.image.revision="${COMMIT_HASH}" \
org.opencontainers.image.revision="${GIT_REVISION}" \
org.opencontainers.image.vendor="Deephaven Data Labs" \
org.opencontainers.image.licenses="Deephaven Community License Agreement 1.0" \
org.opencontainers.image.authors="[email protected]" \
Expand Down

0 comments on commit b6dfb3b

Please sign in to comment.