ggicci / images

image templates for io4.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

images

Premade docker images for IO4 Workspaces - provision a Visual Studio Code workspace on the cloud or your own infra, and access from your web browsers.

Catalogue

Environment Image Name Tags
Go io4io/go-1.16.13 1.0.0
0.1.0
Pyton io4io/python-3.9.10 1.0.0
0.1.0
Node io4io/node-16.13.2 1.0.2
1.0.1
1.0.0
0.1.0

Code of Conduct

Naming convention of the images and tags

  1. Use format <org>/<env>-<env_version>:<image_version> to name an image release. e.g.

    • io4io/go-1.16.13:0.1.0, which indicates the image is based on Go 1.16.13, and the built version is 0.1.0,
    • io4io/python-3.9.10:1.2.3, which indicates the image is baded on Python 3.9.10,
    • etc.
  2. Don't use v as a prefix to the version number.

  3. Use the complete semver number, including <major>, <minor> and <patch>, i.e. 1.2.3, not 1.2, nor 1.

About

image templates for io4.io

License:MIT License


Languages

Language:Shell 53.8%Language:Dockerfile 46.2%