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

[[FEAT]] Add initial docker support #3610

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 26, 2022

  1. boyscout: Whitespace fixup

    Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
    oliv3r committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    8a68ac2 View commit details
    Browse the repository at this point in the history
  2. [[FEAT]] Add initial Docker/Containerfile

    Having a local Containerfile allows anybody to build JSHint containers.
    Better yet, it allows JSHint to supply official Docker containers for
    users to use, rather then 'random containers from the internet'.
    
    Note, that Containerfile is a modern way to signify agnostic Containers.
    Internally, they are 100% pure Dockerfile's but for wider acceptance and
    inclusion, Containerfile is the modern take.
    
    The `--file Containerfile` argument might be needed for whichever
    builder is used.
    
    Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
    oliv3r committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    f5d502d View commit details
    Browse the repository at this point in the history