Skip to content

Commit

Permalink
Docker Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
XChikuX committed Jun 19, 2023
1 parent 06661b0 commit 9ac9239
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Final stage
FROM scratch

# Copy the compiled binary from the build stage
COPY rustybgpd* /usr/local/bin/

# Set the entry point or CMD as needed
ENTRYPOINT ["/usr/local/bin/rustybgpd"]
Binary file added docker/rustybgpd
Binary file not shown.
1 change: 1 addition & 0 deletions docker/rustybgpd.d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/root/rustybgp/target/release/rustybgpd: /root/rustybgp/daemon/build.rs /root/rustybgp/daemon/src/auth.rs /root/rustybgp/daemon/src/config/gen.rs /root/rustybgp/daemon/src/config/validate.rs /root/rustybgp/daemon/src/config.rs /root/rustybgp/daemon/src/error.rs /root/rustybgp/daemon/src/event.rs /root/rustybgp/daemon/src/main.rs /root/rustybgp/daemon/src/packet/bgp.rs /root/rustybgp/daemon/src/packet/bmp.rs /root/rustybgp/daemon/src/packet/mrt.rs /root/rustybgp/daemon/src/packet/rpki.rs /root/rustybgp/daemon/src/packet.rs /root/rustybgp/daemon/src/proto.rs /root/rustybgp/daemon/src/table.rs /root/rustybgp/target/release/build/rustybgpd-532b173a5cf59def/out/apipb.rs

0 comments on commit 9ac9239

Please sign in to comment.