Skip to content

Commit

Permalink
Add gitpod as development option
Browse files Browse the repository at this point in the history
  • Loading branch information
Furisto committed Dec 29, 2021
1 parent ef1df5d commit a6efe9e
Show file tree
Hide file tree
Showing 3 changed files with 17 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
5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
image:
file: .gitpod.Dockerfile
tasks:
- name: Build
init: cargo build
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 a6efe9e

Please sign in to comment.