Giter Site home page Giter Site logo

builder's People

Contributors

alecbcs avatar

Watchers

 avatar  avatar  avatar  avatar

builder's Issues

Spack Label Schema

hey @alecbcs ! I am building some base containers for spack, and I was thinking we should design a label schema, e.g., right now it's common to see:

'Labels': {'org.label-schema.build-date': '20201113',
  'org.label-schema.license': 'GPLv2',
  'org.label-schema.name': 'CentOS Base Image',
  'org.label-schema.schema-version': '1.0',
  'org.label-schema.vendor': 'CentOS',
  'org.opencontainers.image.created': '2020-11-13 00:00:00+00:00',
  'org.opencontainers.image.licenses': 'GPL-2.0-only',
  'org.opencontainers.image.title': 'CentOS Base Image',
  'org.opencontainers.image.vendor': 'CentOS'},

and I could imagine:

'org.spack.package.name': 'zlib',
'org.spack.package.version': '1.2.11',
'org.spack.compiler.name': 'gcc',
'org.spack.compiler.version': '9.5.0,

OR

'org.spack.packages': '[email protected],[email protected]',
'org.spack.compilers': '[email protected],[email protected]',

And we'd create labels for whatever attributes we can derive, and that way they can be programatically accessible. What do you think? If you are down, I'm going to start working on a spack/label-schema repository and we can pick up there. Why? I had a recent need to add compilers so I can get them for some container with spack without needing to pull, and I was like lightbulb we should do this formally!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.