You've already forked docker-hub-description-updater
Initial Commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM volkerraschek/build-image:1.4.0 AS build-env
|
||||
|
||||
ADD ./ /workspace
|
||||
|
||||
RUN make bin/linux/amd64/dhd
|
||||
|
||||
FROM busybox:latest
|
||||
COPY --from=build-env /workspace/bin/linux/amd64/dhd /usr/bin/dhd
|
||||
ENTRYPOINT [ "/usr/bin/dhd" ]
|
Reference in New Issue
Block a user