1 Commits

Author SHA1 Message Date
1371e0e637 reconfigure tools 2023-12-01 13:40:27 +11:00
17 changed files with 2 additions and 44 deletions

View File

@@ -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": [

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