Skip to content

Commit

Permalink
Update base image for mongodb image (#1411)
Browse files Browse the repository at this point in the history
* Update base image for mongodb image

* Remove mongo temporarily to get past CI

Co-authored-by: Pavan Navarathna <6504783+pavannd1@users.noreply.github.com>
  • Loading branch information
viveksinghggits and pavannd1 committed Apr 27, 2022
1 parent 1b6d62f commit f47d4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TEST_TIMEOUT="30m"
# Set default options
TEST_OPTIONS="-tags=integration -timeout ${TEST_TIMEOUT} -check.suitep ${DOP}"
# Regex to match apps to run in short mode
SHORT_APPS="^PostgreSQL$|^MySQL$|Elasticsearch|^MongoDB$|Maria|^MSSQL$"
SHORT_APPS="^PostgreSQL$|^MySQL$|Elasticsearch|Maria|^MSSQL$"
# OCAPPS has all the apps that are to be tested against openshift cluster
OC_APPS3_11="MysqlDBDepConfig$|MongoDBDepConfig$|PostgreSQLDepConfig$"
OC_APPS4_4="MysqlDBDepConfig4_4|MongoDBDepConfig4_4|PostgreSQLDepConfig4_4"
Expand Down
2 changes: 1 addition & 1 deletion docker/mongodb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/mongodb:4.4.10-debian-10-r70
FROM bitnami/mongodb:4.4.13-debian-10-r52

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

Expand Down

0 comments on commit f47d4e6

Please sign in to comment.