Skip to content

Commit

Permalink
Bump base image for mongo app to 4.4.10 (#1169)
Browse files Browse the repository at this point in the history
* Use imagePullPolicy Always for mongo test app

* Update base image for mongodb app

Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
  • Loading branch information
PrasadG193 committed Jan 3, 2022
1 parent 983ddca commit 83dddba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions docker/mongodb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
FROM bitnami/mongodb:4.4
FROM bitnami/mongodb:4.4.10-debian-10-r70

MAINTAINER "Tom Manville <tom@kasten.io>"

# Install restic to take backups
COPY --from=restic/restic:0.11.0 /usr/bin/restic /usr/local/bin/restic

# Install kando
ADD kando /usr/local/bin/
1 change: 1 addition & 0 deletions pkg/app/mongodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func NewMongoDB(name string) App {
"image.registry": "ghcr.io",
"image.repository": "kanisterio/mongodb",
"image.tag": "latest",
"image.pullPolicy": "Always",
},
},
}
Expand Down

0 comments on commit 83dddba

Please sign in to comment.