Giter VIP home page Giter VIP logo

docker-image-factory's Issues

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.

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

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

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.