Skip to content

Commit

Permalink
Add default command and update maintainer of the image
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Verna <cverna@tutanota.com>
  • Loading branch information
cverna committed Jan 16, 2019
1 parent 4c3b729 commit ab933e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prep-docker-brew-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@ pushd ${temp_dir} &> /dev/null

cat > ${workspace_dir}/${arch}/Dockerfile <<EOF
FROM scratch
MAINTAINER \\
[Adam Miller <maxamillion@fedoraproject.org>] \\
[Patrick Uiterwijk <patrick@puiterwijk.org>]
LABEL maintainer="Clement Verna <cverna@fedoraproject.org>"
ENV DISTTAG=f${1}container FGC=f${1} FBR=f${1}
ADD ${result_tar}.xz /
CMD ["/bin/bash"]
EOF

done
Expand Down

0 comments on commit ab933e7

Please sign in to comment.