https://github.com/ignition-devs/devcontainer-base
🐳 Base images for our development workspace needs.
https://github.com/ignition-devs/devcontainer-base
Last synced: 3 months ago
JSON representation
🐳 Base images for our development workspace needs.
- Host: GitHub
- URL: https://github.com/ignition-devs/devcontainer-base
- Owner: ignition-devs
- License: unlicense
- Created: 2024-08-20T19:46:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T07:50:36.000Z (almost 2 years ago)
- Last Synced: 2024-09-11T05:18:08.172Z (almost 2 years ago)
- Language: Dockerfile
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ignition-devs devcontainer base images
[](https://results.pre-commit.ci/latest/github/ignition-devs/devcontainer-base/main)
Base images for our development workspace needs.
## Supported tags
- [jython](https://github.com/ignition-devs/devcontainer-base/blob/main/jython/Dockerfile)
- [python](https://github.com/ignition-devs/devcontainer-base/blob/main/python/Dockerfile)
## How to use this image
On your devcontainer Dockerfile add this line:
```dockerfile
FROM quay.io/ignition-devs/devcontainer-base:
```