Skip to content

Commit

Permalink
remove containers folder, update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sattler committed Jul 4, 2022
1 parent 45bc470 commit dd4cff4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ RUN cd /usr/local/src \
&& mkdir -p /opt/zmap \
&& cmake . -DRESPECT_INSTALL_PREFIX_CONFIG=ON \
&& cmake --build . --parallel "$(nproc)" \
&& cmake --install . --prefix "/opt/zmap"
&& cmake --install . --prefix "/opt/zmap"

FROM ubuntu:20.04

LABEL org.opencontainers.image.source="https://github.com/zmap/zmap"
LABEL org.opencontainers.image.source="https://github.com/tumi8/zmap"

RUN apt-get update \
&& apt-get install -y \
Expand All @@ -62,4 +62,4 @@ ENV PATH="/opt/zmap/sbin:${PATH}"

# dumb-init allows us to more easily send signals to zmap,
# for example by allowing ctrl-c of a running container and zmap will stop.
ENTRYPOINT ["dumb-init", "/opt/zmap/sbin/zmap"]
ENTRYPOINT ["dumb-init", "/opt/zmap/sbin/zmap"]
4 changes: 0 additions & 4 deletions containers/build-push-builder.sh

This file was deleted.

16 changes: 0 additions & 16 deletions containers/builder.dockerfile

This file was deleted.

0 comments on commit dd4cff4

Please sign in to comment.