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

πŸ”– Docker image for all of my devcontainers for Codespaces and Gitpod

Notifications You must be signed in to change notification settings

AugustArchive/devcontainer-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”– Development Container Images

Docker image for all of my devcontainers for Codespaces and Gitpod

What is this repository?

This repository holds all my dev containers for Gitpod and Codespaces so I don't have to repeat code.

Sweet! How do I use?

Codespaces

Under .devcontainer/Dockerfile you can use the prebuilt image:

FROM auguwu/devcontainers:latest

# Install stuff here

Gitpod

Add the image auguwu/devcontainers:gitpod-latest in your .gitpod.yml file:

image: auguwu/devcontainers:latest

Why Arch Linux as the base?

for the memes mainly lol.

License

devcontainer-images does not contain a LICENSE due to it, so you can use the code from the images if you wish without any credits!