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

Update Docker image #710

Open
wants to merge 2 commits into
base: add-docker-image
Choose a base branch
from

Commits on Mar 12, 2019

  1. Remove usage data config from Dockerfile

    This commit removes configuration steps rendered superfluous by changes
    introduced in 919e98e.
    zuzak committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    d06ee99 View commit details
    Browse the repository at this point in the history
  2. Add explicit user group to Dockerfile

    Due to kubernetes@445393fdcefa6d0354b7ce32a2304a7765fbd305 one must use
    numeric user groups if you want to run a container as non-root on
    Kubernetes.
    
    This commit ensures the container runs as a non-root user with an
    explicit numeric ID, so that it can run on a Kubernetes cluster that
    forces MustRunAsNonRoot.
    zuzak committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    b3846eb View commit details
    Browse the repository at this point in the history