Compare commits
1 Commits
d26cc87713
...
using-alpi
| Author | SHA1 | Date | |
|---|---|---|---|
| 1371e0e637 |
@@ -1,8 +1,8 @@
|
|||||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
|
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
|
||||||
{
|
{
|
||||||
"name": "Ubuntu Dev",
|
"name": "Alpine Dev",
|
||||||
"image": "ubuntu-dev:user",
|
"image": "alpine-dev:user",
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user