Something went wrong on our end. Please try again.
Created by: slimsag
This change:
sourcegraph/alpine
base Docker image, which contains a few defaults (like creating a sourcegraph
user/group).sourcegraph/alpine
image create the sourcegraph
user/group with a static ID.Aside from the 3rd point, there is no functionality change in this PR. It is simply moving what we did previously into a separate Docker base image, and documenting why we do certain things (like installing bind-tools), so this is a very non-risky change despite it looking substantial at first glance.
Fixes #1996 Fixes #1884 Created #2299 Created #2302