Compare commits

..

No commits in common. "d26cc877139dc3a018c70c9330c7d9617b27bdd1" and "05dde284a74916a8ff07d6090902737f6a4d69ff" have entirely different histories.

16 changed files with 0 additions and 42 deletions

View File

@ -1,13 +0,0 @@
FROM rust:alpine as builder
FROM alpine
COPY --from=builder target/debug/init /usr/local/bin/init
ADD docker/etc/ /etc/
RUN chmod ugo+x /etc/wingmate/services/one && chmod ugo+x /etc/wingmate/services/two.sh && \
chmod ugo-x /etc/wingmate/services/three.sh
CMD [ "/usr/local/bin/init" ]

View File

@ -1,3 +0,0 @@
17 * * * * sleep 1
*/12 * * * * sleep 1
12,17,27 * * * * sleep 1

View File

@ -1 +0,0 @@
you cannot run this file

View File

@ -1,3 +0,0 @@
#!/bin/bash
exec sleep 1

View File

@ -1,3 +0,0 @@
#!/bin/bash
exec sleep 1

View File

@ -1,9 +0,0 @@
FROM ubuntu:22.04
ADD target/debug/init /usr/local/bin/init
ADD docker/etc/ /etc/
RUN chmod ugo+x /etc/wingmate/services/one && chmod ugo+x /etc/wingmate/services/two.sh && \
chmod ugo-x /etc/wingmate/services/three.sh
CMD [ "/usr/local/bin/init" ]

View File

@ -1,3 +0,0 @@
17 * * * * sleep 1
*/12 * * * * sleep 1
12,17,27 * * * * sleep 1

View File

@ -1 +0,0 @@
you cannot run this file

View File

@ -1,3 +0,0 @@
#!/bin/bash
exec sleep 1

View File

@ -1,3 +0,0 @@
#!/bin/bash
exec sleep 1