Skip to content

Commit

Permalink
Update sqoop Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemas authored Feb 3, 2025
1 parent 05f77cd commit f9002e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/sqoop/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM golang:latest as go-builder

# tag to use
ENV CMSMON_TAG=sqoop-0.0.0
ARG CMSMON_TAG=sqoop-0.0.0
ENV CMSMON_TAG=$CMSMON_TAG

ENV WDIR=/data
WORKDIR $WDIR
Expand Down

0 comments on commit f9002e0

Please sign in to comment.