Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhio/containers
container images
https://github.com/mhio/containers
containers debian deno node oci
Last synced: about 1 month ago
JSON representation
container images
- Host: GitHub
- URL: https://github.com/mhio/containers
- Owner: mhio
- Created: 2022-03-20T05:30:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T11:07:11.000Z (10 months ago)
- Last Synced: 2024-03-29T12:25:07.507Z (10 months ago)
- Topics: containers, debian, deno, node, oci
- Language: Nushell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Containers
Builds debian 12 based containers.
[node](https://nodejs.org/),
[deno](deno.land),
[nix](https://nixos.org/),
[zsh](https://www.zsh.org/),
[Nushell](https://github.com/nushell/nushell),Build with
```
./mash build
```Creates the following tags
```
me/debian-base:12 me/debian-base:latestme/debian-deno:12 me/debian-deno:latest
me/debian-node:20 me/debian-node:latest
me/debian-php:8.2 me/debian-php:latest
me/debian-php:7.4
mh/vscode-reh:COMMIT_SHA
mh/vscodium-reh:VERSIONdebi
me/debian-interactive:12 me/debian-interactive:latest
me/debian-nix:12 me/debian-nix:latest
me/debian-zsh:12 me/debian-zsh:latest
me/nushell:n.n.n me/nushell:latest
```## vscode/vscodium Remote Extension Host
node,php,golang build additional images with the vscode remote extensions hosts embedded for development
## Versions at #305d9d0b
```
NODE_VERSION="20.12.2"
DENO_VERSION="1.42.3"
GO_VERSION="1.22"
VSCODE_COMMIT="e170252f762678dec6ca2cc69aba1570769a5d39"
VSCODIUM_VERSION="1.88.1.24104"
NUSHELL_VERSION="0.92.2"
NIX_VERSION="2.21.2"
```