Skip to content

Commit 61da3d8

Browse files
robkooperlmarini
andauthored
smaller mongo-init image (#244)
Co-authored-by: Luigi Marini <[email protected]>
1 parent a407e95 commit 61da3d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
- When uploading a file, it would ignore any extractors marked disabled at the space level. [#246](https://github.com/clowder-framework/clowder/issues/246)
1111
- Added index for comments, will speed up index creation
1212

13+
### Fixed
14+
- Docker image for mongo-init now based on python:3.7-slim reduces size
15+
1316
## 1.17.0 - 2021-04-29
1417

1518
### Fixed

scripts/mongo-init/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3-slim
22
MAINTAINER Bing Zhang <[email protected]>
33

44
# environemnt variables

0 commit comments

Comments
 (0)