Skip to content

Instantly share code, notes, and snippets.

@gaborbarna
Last active January 14, 2021 13:25
Show Gist options
  • Save gaborbarna/3b060ad4d7804d0a5c03e1f446655712 to your computer and use it in GitHub Desktop.
Save gaborbarna/3b060ad4d7804d0a5c03e1f446655712 to your computer and use it in GitHub Desktop.
docker build . -t docker.util.pages/network-ingestion/outcome-ingestion-tool:latest --build-arg VERSION=0.9.1
docker push docker.util.pages/network-ingestion/outcome-ingestion-tool:latest
FROM docker.util.pages/platform/openjdk:8.0
ARG VERSION
ENV VERSION ${VERSION}
WORKDIR /usr/local/oit
COPY target/scala-2.11/outcome-ingestor-tool-assembly-${VERSION}.jar ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment