Skip to content

convention


general

This convention or nomenclature for assets are presently below.

With exception to `stacks, assets are referenced accordingly:

  • <username>:::<repo_name>::<asset_name>:<version> 1
  • example - williamwu:::aws::api-gateway:6

Assets are addressed with:

  • username
  • repository
  • name
  • version1

stacks

The special asset `stacks are first class citizens and do not require repository name

  • <username>:::<stack_name>:<version> 1
  • example - williamwu:::docker-ci:0.02

Stacks are addressed with:

  • username
  • stack_name
  • version1

    • version is optional.
    • version can be auto-incrementing like 1,2,3
    • version can also be release version provided by user