Compare commits
No commits in common. "d26cc877139dc3a018c70c9330c7d9617b27bdd1" and "05dde284a74916a8ff07d6090902737f6a4d69ff" have entirely different histories.
d26cc87713
...
05dde284a7
@ -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" ]
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
17 * * * * sleep 1
|
|
||||||
*/12 * * * * sleep 1
|
|
||||||
12,17,27 * * * * sleep 1
|
|
||||||
@ -1 +0,0 @@
|
|||||||
you cannot run this file
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
exec sleep 1
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
exec sleep 1
|
|
||||||
@ -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" ]
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
17 * * * * sleep 1
|
|
||||||
*/12 * * * * sleep 1
|
|
||||||
12,17,27 * * * * sleep 1
|
|
||||||
@ -1 +0,0 @@
|
|||||||
you cannot run this file
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
exec sleep 1
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
exec sleep 1
|
|
||||||
Loading…
x
Reference in New Issue
Block a user