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

fix(docker): Improve Docker container and add Github Workflows #63

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

Commits on Nov 15, 2018

  1. Create Dockerfile

    arnydo authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    0606fe5 View commit details
    Browse the repository at this point in the history
  2. Add Docker steps

    arnydo authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    3ec4a73 View commit details
    Browse the repository at this point in the history
  3. Update Docker info

    arnydo authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    823d7d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Update Dockerfile

    8ear authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    db86370 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    29251ab View commit details
    Browse the repository at this point in the history
  2. Update Docker container

    8ear committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    97d8b13 View commit details
    Browse the repository at this point in the history
  3. Add example docker-compose file

    8ear committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    9ed666e View commit details
    Browse the repository at this point in the history
  4. Fix log bug in app.py

    8ear committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    01e8dcf View commit details
    Browse the repository at this point in the history
  5. Upgrade python dependencies

    8ear committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    f409394 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d025140 View commit details
    Browse the repository at this point in the history
  7. Expand github workflows

    8ear committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    8262c43 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6 from 8ear/Fix-to-run

    fix(docker): Fix Docker Container, expand Github Workflows, fix app.py for docker logging issue,...
    8ear authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    70f9dd2 View commit details
    Browse the repository at this point in the history
  9. Bump luke142367/Docker-Lint-Action from v1.0.0 to v1.1.1

    Bumps [luke142367/Docker-Lint-Action](https://github.com/luke142367/Docker-Lint-Action) from v1.0.0 to v1.1.1.
    - [Release notes](https://github.com/luke142367/Docker-Lint-Action/releases)
    - [Commits](luke142367/Docker-Lint-Action@v1.0.0...5c4c862)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    685d7ac View commit details
    Browse the repository at this point in the history
  10. Merge pull request #7 from 8ear/dependabot/github_actions/luke142367/…

    …Docker-Lint-Action-v1.1.1
    
    Bump luke142367/Docker-Lint-Action from v1.0.0 to v1.1.1
    8ear authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    7e51da0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Fix healthcheck in docker container

    Add healthcheck config in docker-compose example file
    8ear committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    8d55ceb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from 8ear/Fix-Docker-container

    `````release_notes
    ## Whats new
    - Added healthcheck config in docker-compose example file
    ## Which Bugfixes
    - Fix healthcheck in Dockerfile
    - Fxi configuration file path in s6/prepare script
    ## Whats removed
    - ...
    ````
    8ear authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    fb7a4b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    4fd8ae9 View commit details
    Browse the repository at this point in the history
  2. Update Makefile and Readme

    8ear committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    5381479 View commit details
    Browse the repository at this point in the history