Skip to content

Commit

Permalink
Install jq in Coordinator docker image (#1497)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- Install jq in coordinator docker image. This lets us escape DB
passwords which is required per
https://atlasgo.io/concepts/url#non-alphanumeric-characters

## Test plan
*How are these changes tested?*

- [x] Built Docker image locally and confirmed the install works

## Documentation Changes
*Are all docstrings for user-facing APIs updated if required? Do we need
to make documentation changes in the [docs
repository](https://github.com/chroma-core/docs)?*
  • Loading branch information
beggers authored Dec 12, 2023
1 parent 11dcebf commit 0656622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/coordinator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN cd /src/chroma-coordinator \

FROM alpine:3.17.3

RUN apk add --no-cache bash bash-completion
RUN apk add --no-cache bash bash-completion jq

# As of 6 Dec 2023, the atlas package isn't in Alpine's main package manager, only
# testing. So we have to add the testing repository to get it.
Expand Down

0 comments on commit 0656622

Please sign in to comment.