Skip to content

Commit

Permalink
Merge pull request #576 from Furisto/gitpod
Browse files Browse the repository at this point in the history
Add gitpod as development option
  • Loading branch information
utam0k authored Feb 13, 2022
2 parents b77cb8a + 26102b7 commit 9e83543
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM gitpod/workspace-full

RUN sudo apt-get update && sudo apt-get install -y \
pkg-config \
libsystemd-dev \
libdbus-1-dev \
build-essential \
libelf-dev \
libseccomp-dev
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
image:
file: .gitpod.Dockerfile
tasks:
- name: Build
init: cargo build
github:
prebuilds:
pullRequestsFromForks: true
addBadge: true
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ The User and Developer Documentation for youki is hosted at [https://containers.
# Getting Started

Local build is only supported on Linux.
For other platforms, please use [Vagrantfile](#setting-up-vagrant) that we prepared.
For other platforms, please use the [Vagrantfile](#setting-up-vagrant) that we have prepared. You can also spin up a fully preconfigured development environment in the cloud with gitpod.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/containers/youki)

## Requires

Expand Down

0 comments on commit 9e83543

Please sign in to comment.