Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mongo-express to 0.31.0 #2080

Merged
merged 1 commit into from
Aug 22, 2016
Merged

Conversation

knickers
Copy link
Contributor

This mongo-express update includes the following:

  • Use the latest node 5 version
  • Adds a gridFSEnabled option in the config file
  • Fix a DBRef field broken error
  • Fix a variable name typo

@knickers
Copy link
Contributor Author

Build test of #2080; 5c054b2 (mongo-express):

$ bashbrew build mongo-express:0.31.0
warning: insecure protocol git:// detected: git://github.com/mongo-express/mongo-express-docker
Building bashbrew/cache:fc94f30d4a4245dd24bdea357ac3c8c172b96677c879db319a2a513f1ad10554 (mongo-express:0.31.0)
Tagging mongo-express:0.31.0
Tagging mongo-express:0.31
Tagging mongo-express:latest

$ test/run.sh mongo-express:0.31.0
testing mongo-express:0.31.0
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'override-cmd' [4/4]...passed

@tianon
Copy link
Member

tianon commented Aug 22, 2016

warning: insecure protocol git:// detected: git://github.com/mongo-express/mongo-express-docker
diff --git a/mongo-express_latest/Dockerfile b/mongo-express_latest/Dockerfile
index 3a7688e..62782e9 100644
--- a/mongo-express_latest/Dockerfile
+++ b/mongo-express_latest/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:5.6-slim
+FROM node:5-slim

 # grab tini for signal processing and zombie killing
 ENV TINI_VERSION 0.9.0
@@ -26,7 +26,7 @@ ENV ME_CONFIG_EDITORTHEME="default" \
     ME_CONFIG_BASICAUTH_PASSWORD="" \
     VCAP_APP_HOST="0.0.0.0"

-ENV MONGO_EXPRESS 0.30.59
+ENV MONGO_EXPRESS 0.31.0

 RUN npm install mongo-express@$MONGO_EXPRESS

@tianon
Copy link
Member

tianon commented Aug 22, 2016

LGTM

@tianon tianon merged commit 9c46dfc into docker-library:master Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants