Code Monkey home page Code Monkey logo

docker-ivcs's People

Contributors

lifez avatar

Watchers

 avatar  avatar  avatar

docker-ivcs's Issues

Filter Docker Image by Live Flag

We should be able to filter the Docker images by the live flag, so that we know which image is already deployed on the production.

Manage Stable/Live Flag via Webhook

This is an enhancement card from #2. When we tag a Docker image as stable, we should remove the stable flag from the old image and set the stable flag for the new one. We do the same for live tag.

As a result, each Docker image name should have at most 1 stable flag and 1 live flag.

Use HTTP Basic Authentication

When we post to the webhook, at least we should have some security. Let's just do the HTTP basic authentication.

We can just use a hardcoded random string as a token for now.

Show Docker Image Version List

Let's have a page that shows the Docker image version list. ;)

The table should have these columns:

  • Repository
  • Image
  • Tag
  • Last Updated
  • Is Stable
  • Is Live

Save Docker Image Version via Webhook

We should be able to add a new record via webhook. We should send the data at least:

  • Docker repository
  • Docker name
  • Docker tag
  • If the image is stable, we send the data that let the system know this is a stable image.
  • If the image is live, we send the data that let the system know this is a live image.

We don't need to send the last updated timestamp.

Store Docker Image Version

Here we need to store the docker image information at least:

  • Docker repository name
  • Docker image name
  • Docker tag
  • Some kind of flag. Ex. is_stable and is_live
  • Last updated timestamp

Sort by last update timestamp by default when query.

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.