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

Added Dockerfile for version 1.6.0 and a README.md for Docker usage #16

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

Commits on Mar 1, 2016

  1. Added Dockerfile for version 1.6.0 and a README.md for Docker usage

    Signed-off-by: auzias <github@auzias.net>
    auzias committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    3c0f769 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Merge pull request #1 from akeranen/master

    Merge from the base project
    Maël Auzias committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    699ba2d View commit details
    Browse the repository at this point in the history
  2. Commit hash removed from the Dockerfile

    The commit hash was appended at the end of the dirname of the untar
    document root. This created an error in during the `docker-build`
    procedure each time a new commit was pushed. To solve this the Dockerfile
    uses a wildcard.
    auzias committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    15252ae View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. Entrypoint corrected, solve the error `executable file not found in $…

    …PATH`
    
    I disagree on the entrypoint being `bash`. It is most likely that someone
    starting this image will be willing to run the-one and not bash.
    
    However, if `bash` is needed though it can still be started by using
    `docker run` option `--entrypoint=bash`.
    auzias committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    d8c2cb0 View commit details
    Browse the repository at this point in the history
  2. Version references in Dockerfile removed.

    The Dockerfile actually build the latest version of the-one,
    not the 1.6.0. Having the version as the tag is left out to
    the builder.
    auzias committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    a313f2b View commit details
    Browse the repository at this point in the history
  3. fixup! Version references in Dockerfile removed.

    auzias committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    0166966 View commit details
    Browse the repository at this point in the history