Dockerfile: no default output directory
Just let the user provide this if wanted Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
9726e11de5
commit
a358531460
3 changed files with 2 additions and 6 deletions
|
@ -4,8 +4,4 @@ RUN dnf install -y jq skopeo findutils file 'dnf-command(download)'
|
|||
|
||||
COPY ./BuildSourceImage.sh /usr/local/bin/BuildSourceImage.sh
|
||||
|
||||
RUN mkdir -p /output
|
||||
ENV OUTPUT_DIR=/output
|
||||
VOLUME /output
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/BuildSourceImage.sh", "-b", "/tmp/"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue