Skip to content

Commit

Permalink
Fully-automate development setup with Gitpod
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffrey Huntley <ghuntley@ghuntley.com>
  • Loading branch information
ghuntley committed May 19, 2021
1 parent dc4627a commit 5da5d5a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .gitpod.yml
@@ -0,0 +1,16 @@
# List the start up tasks. You can start them in parallel in multiple terminals.
# https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: >
make tools build
command: make inspect
# Enable prebuilds of your project to enable faster workspace start times.
# https://www.gitpod.io/docs/prebuilds/#configure-the-github-app
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -14,7 +14,9 @@ Open an issue and provide enough cotext information to repro the condition. Don'

### Environment Setup

See the `BUILD PROCESS` section in the `README.md` file.
See the `BUILD PROCESS` section in the `README.md` file. Alternatively if you have a web browser, you can get a fully pre-configured development environment in one click:

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

### Enhancements

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -4,6 +4,7 @@
[![Gitter chat](https://badges.gitter.im/docker-slim/docker-slim.svg)](https://gitter.im/docker-slim/community)
[![Discord chat](https://img.shields.io/static/v1.svg?label=chat&message=on%20discord&color=7389D8)](https://discord.gg/9tDyxYS)
[![Download DockerSlim](https://img.shields.io/badge/download-docker--slim-blue)](https://github.com/docker-slim/docker-slim#installation)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/docker-slim/docker-slim)

# Optimize Your Experience with Containers. Make Your Containers Better, Smaller, More Secure and Do Less to Get There (free and open source!)

Expand Down

0 comments on commit 5da5d5a

Please sign in to comment.