Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpine Support #645

Open
NullVoxPopuli opened this issue Feb 7, 2018 · 0 comments
Open

Alpine Support #645

NullVoxPopuli opened this issue Feb 7, 2018 · 0 comments

Comments

@NullVoxPopuli
Copy link

NullVoxPopuli commented Feb 7, 2018

I'm trying to set up nanobox to deploy from my C.I. environment, which uses alpine as a base image.

I have C.I. logs here

  function print_system_info() {
    uname -a
    cat /etc/*-release
    echo "systemd: $(which systemd)"
    echo "upstart: $(which upstart)"
    echo "systemctl: $(which systemctl)"
    echo "initctl: $(which initctl)"

  }

$ print_system_info
Linux runner-72989761-project-3569426-concurrent-0 4.13.5-coreos-r2 #1 SMP Thu Oct 12 03:21:09 UTC 2017 x86_64 Linux
3.7.0
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.7.0
PRETTY_NAME="Alpine Linux v3.7"
HOME_URL="http://alpinelinux.org"
BUG_REPORT_URL="http://bugs.alpinelinux.org"
systemd: 
upstart: 
systemctl: 
initctl 

I'm checking for the (at the time of writing this), the 4 scheduling tools that nanobox supports on linux.
None of them exist.

Alpine uses this: https://wiki.alpinelinux.org/wiki/Alpine_Linux_Init_System

Alpine is growing in popularity where size/network usage is a concern, so I think this would be a good addition to support. :-)

@NullVoxPopuli NullVoxPopuli changed the title Alpine Support Alpine and CoreOS Support Feb 7, 2018
@NullVoxPopuli NullVoxPopuli changed the title Alpine and CoreOS Support Alpine Support Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant