Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Add dev.md #80

Open
lumjjb opened this issue Apr 25, 2019 · 1 comment
Open

Add dev.md #80

lumjjb opened this issue Apr 25, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@lumjjb
Copy link
Member

lumjjb commented Apr 25, 2019

Add a README to help developers

  • build, test and lint check the code.
  • notes on DCO and committing there.
  • notes on common issues
@lumjjb lumjjb mentioned this issue Apr 25, 2019
1 task
@lumjjb lumjjb added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Apr 25, 2019
@kdbeall
Copy link

kdbeall commented Jul 13, 2019

Made a vagrant file. Would like to add this in a PR at some point.

Vagrant.configure("2") do |config|
  config.vm.box = "ubuntu/bionic64"
  config.vm.provider "virtualbox" do |v|
    v.memory = 2048
  end
  config.vm.provision "shell", inline: "apt update"
  config.vm.provision "shell", 
  inline: "apt -y install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common"
  config.vm.provision "shell", inline: "apt-key adv --fetch-keys https://download.docker.com/linux/ubuntu/gpg"
  config.vm.provision "shell", 
  inline: "sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\""
  config.vm.provision "shell", inline: "apt update && apt -y install genisoimage jq docker-ce docker-ce-cli containerd.io golang-go go-dep libseccomp-dev python"
end

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants