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

Fixes for the Dockerfile #169

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

Commits on Aug 24, 2019

  1. Fixes for Kismet on Docker / Kubernetes

    * Copy in code: Change build process so code is copied in from the currently checked out directory, letting users build arbitrary branches or uncommitted code
    * Staged build: This reduces the number of depencencies installed in the final image, as well as eliminates any extraneous files that were generated during the build.
    * Change default configuration:  Accept remote API connections from anywhere
    * Basic Kubernetes manifest for deploying with loadbalancer
    sketchybinary committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    656a84c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Configuration menu
    Copy the full SHA
    0c435dc View commit details
    Browse the repository at this point in the history