Giter Club home page Giter Club logo

containers-2's Introduction

Singularity Registry Containers

CircleCI

Hi there! This is a feed of "registered" Singularity registries. You can submit a pull request (PR) to this repo if you have deployed a Singularity Registry with containers to share!

How to Register

You have two options:

Automatic Generation

You can have your registry generate the metadata for you, fork and clone this repository, add the file to the _registries folder, and submit a PR. Complete instructions are provided here.

Manual Generation

You can also produce this file manually, although it's more error prone you can fix with results of our testing. Here are specific instructions:

  1. Fork the repo, clone it to your local computer.
  2. Next, copy one of the current registry pages under _registries. Fill in your appropriate information, and be sure to look at our assets/img/registry folder to choose a robot image that you like. Feel free to add your institution image, or another robot! Here is an example registry:
---
layout: registry
title:  "Stanford University"
base: https://containers.stanford.edu
date:   2017-08-29 16:54:46
author: Vanessa Sochat
categories:
- registry
img: robots/robot1.png
thumb: robots/robot1.png
tagged: public, academic, hpc
institution: Stanford University
---

Stanford Containers is a registry of containers for Stanford University that doesn't exist yet!

The name of the markdown file MUST coincide with the REGISTRY_URI you have chosen for your endpoint. Thus, if my registry identifier is taco then the file would need to be called taco-registry.md. Note that the images robots/robot1.png are found in the assets/img/registry folder. If you want your registry to be private, meaning no listing of a base or containers, then simply change the layout to registry-private.

Note that it's important that you specify http or https, so the site is directed to correctly. You should generally choose the same image for your thumbnail and img but we've provided both so you can customize.

  1. When you are ready to test, run jekyll serve.

How does it work?

We run basic tests to ensure that the following matches up. For matching, we use the identifier endpoint served by your registry, which typically looks like {{domain}}/api/registry/identity. Specifically:

  • the file you add in _registries is named according to your registry uri (eg taco--> taco-registry.md)
  • the base field must return 200 response, along with the identifier endpoint
  • the uri we parse from the file (eg, taco) must match to the id served by the endpoint

We will be adding more search and browsability, along with tests that will be run regularly to ensure the health of your registry. For now, enjoy! And please contribute to both projects via feedback and help.

containers-2's People

Contributors

dtrudg avatar vsoch avatar

Watchers

 avatar

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.