Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Add Docker capabilities #1

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 29, 2019

  1. Add Dockerfiles

    8ear committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    543dcb6 View commit details
    Browse the repository at this point in the history
  2. Update General Readme.md

    8ear committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    2f462f8 View commit details
    Browse the repository at this point in the history
  3. Update

    8ear committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    e28fe91 View commit details
    Browse the repository at this point in the history
  4. Update .dockerignore

    8ear committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    8b82e10 View commit details
    Browse the repository at this point in the history
  5. Remove folder /tiffy/.dockerfile

    8ear committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    61367b4 View commit details
    Browse the repository at this point in the history
  6. Add Build ARGs, ENV and Label

    8ear committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    a9121db View commit details
    Browse the repository at this point in the history
  7. Add Travis CI

    8ear committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    4f9a11c View commit details
    Browse the repository at this point in the history
  8. Possibility to use env variables as params/config

    test readme added
    robinwenzel committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    6391332 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54b2f4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    56a2012 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Updates as discussed

    8ear committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    9fc25c4 View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile

    8ear committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    77bdff5 View commit details
    Browse the repository at this point in the history
  3. changed order of env_variables and params (param > env)

    reordered config file
    loglvl now takes a string value
    removed unused tagging config value
    robinwenzel committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    1f1d572 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. better env_var loading thanks to click

    added env_var and param for log_file_path
    checked default values for params and changed readme accordingly
    robinwenzel committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    4ed7943 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Merge remote-tracking branch 'origin/master' into feat/add-docker-cap…

    …abilities
    
    # Conflicts:
    #	README.md
    #	tiffy.py
    robinwenzel committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    5b049a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. changed logging to file in docker-compose

    fixed missing .log for log file name
    robinwenzel committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    960b0a1 View commit details
    Browse the repository at this point in the history