Giter VIP home page Giter VIP logo

docker-image-factory's Introduction

totem.github.io Build Status

In order to look at published version for totem documentation , please visit totem.github.io

Issue Tracker

All issues related to totem components and documentation can be tracked at: https://github.com/totem/totem.github.io/issues

Contributing to totem documentation

In order to contribute towards improving totem documentation , please fork this repository and submit pull request to develop branch. (Note: master branch is being used for hosting published version of github pages)

Pre-Requisites

  • node v0.10.30+
  • bower (npm install -g bower)

Installing Dependencies

npm install
bower install

Running Documentation Server (Locally)

docpad server

This will start docpad server at: http://localhost:9778

Publishing to totem.github.io (Admins Only)

Totem admins can publish the develop branch to totem.github.io using:

node_modules/docpad/bin/docpad deploy-ghpages --env static

Totem Integration

The development version of documentation can be found at: http://totem-site.elb.us-west-1.cu.melt.sh

Feature branches are deployed to: http://totem-site-{{feature_name}}.elb.us-west-1.cu.melt.sh

docker-image-factory's People

Contributors

ctrimble avatar kylehuntsman avatar sukrit007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mmoulton

docker-image-factory's Issues

Support for credentials during build process

User Story
As a developer , I need the ability to inject a secret to my build process so that I can pull in artifacts from private repository

Options

  • Docker Args
    Use docker build args to pass in credentials but credentials can be seen in history
  • Fetch Credentials during RUN command
    • Fetch credentials in RUN command using wget
    • As part of same command, invoke the process that needs it
    • Remove the credentials once you have fetched the private artifacts as part of the same RUN

Image Factory failing with CoreOS 591.0

Image Factory fails to get deployed with CoreOS 591.0 when deployed using systemd (fleet)

ln: failed to create symbolic link '/sys/fs/cgroup/systemd/name=systemd': Operation not permitted
INFO[0000] +job serveapi(unix:///var/run/docker.sock)
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock)
ERRO[0000] There are no more loopback devices available.
FATA[0000] loopback mounting failed

Authentication for Github webhook

As a image-factory user , I need to ensure that github post hooks are secured and not public so that user with no valid credentials can not start a build for image factory.

Note: This needs to be done only for github hook as it is public (using github signature). In future , we will add better auth for the apis.

Support for cache busting

Docker does not support cache bust instruction to force clear the cache. However, we can use moby/moby#1996 (comment) to bust the cache.

We need image-factory to inject CACHE_DATE variable with value set to epoch time as part of build-args.

Use Case:

  • Java projects need the ability to rebuild projects even when there is no code change (change in snapshot dependencies).

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.