Skip to content

Commit

Permalink
Fix the docker container so it has configuration in the right place.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Oct 28, 2022
1 parent 6372fba commit a75c133
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.4.10]
- Update dependencies.
- Fix the docker container so it has configuration in the right place.

## [v0.4.9]
- Patch failing docker image, fix linter issues, fix breaking unit tests & changes [#104](https://github.com/xmidt-org/themis/pull/104)

Expand Down Expand Up @@ -121,8 +125,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Integrated health via InvisionApp/go-health
- Converted to a go module: github.com/xmidt-org/themis

[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.4.9...HEAD
[v0.4.8]: https://github.com/xmidt-org/themis/compare/v0.4.8...v0.4.9
[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.4.10...HEAD
[v0.4.10]: https://github.com/xmidt-org/themis/compare/v0.4.9...v0.4.10
[v0.4.9]: https://github.com/xmidt-org/themis/compare/v0.4.8...v0.4.9
[v0.4.8]: https://github.com/xmidt-org/themis/compare/v0.4.7...v0.4.8
[v0.4.7]: https://github.com/xmidt-org/themis/compare/v0.4.6...v0.4.7
[v0.4.6]: https://github.com/xmidt-org/themis/compare/v0.4.5...v0.4.6
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ FROM alpine:3.12.1
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /src/themis /src/themis.yaml /src/deploy/packaging/entrypoint.sh /go/bin/spruce /src/Dockerfile /src/NOTICE /src/LICENSE /src/CHANGELOG.md /
COPY --from=builder /src/deploy/packaging/themis_spruce.yaml /tmp/themis_spruce.yaml

RUN mkdir /etc/themis/ && touch /etc/themis/themis.yaml && chmod 666 /etc/themis/themis.yaml
COPY --from=builder /src/themis.yaml /etc/themis/themis.yaml

USER nobody

Expand Down

0 comments on commit a75c133

Please sign in to comment.