mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
* Publish sourcegraph-dev image * Add comment to sourcegraph-dev yaml * Update sg-dev confighash * Add bazel refs
15 lines
398 B
YAML
15 lines
398 B
YAML
include: ./sourcegraph-template.yaml
|
|
|
|
# sourcegraph-dev is identical to sourcegraph-base, but it includes apk tools which allows additional
|
|
# packages to be installed.
|
|
# This should not be used for production images, but is helpful for internal tooling and testing.
|
|
|
|
contents:
|
|
packages:
|
|
# Included by existing SG base image
|
|
- tini
|
|
- mailcap
|
|
|
|
## Dev-specific tools
|
|
- apk-tools
|