You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dr...@apache.org on 2018/08/02 21:11:32 UTC

[incubator-openwhisk-devtools] branch master updated: Update minio to latest release to fix access denied errors [#139] (#140)

This is an automated email from the ASF dual-hosted git repository.

dragos pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git


The following commit(s) were added to refs/heads/master by this push:
     new 94804d3  Update minio to latest release to fix access denied errors [#139] (#140)
94804d3 is described below

commit 94804d35f4de718502a7eef65de6d6e60f48be77
Author: Matthew <ma...@gmail.com>
AuthorDate: Thu Aug 2 17:11:30 2018 -0400

    Update minio to latest release to fix access denied errors [#139] (#140)
    
    * Update minio to latest release to fix access denied errors [#139]
    
    https://github.com/apache/incubator-openwhisk-devtools/issues/139
    
    * Remove commented out image for minio
---
 docker-compose/docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index ee87806..9a0d288 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -127,7 +127,7 @@ services:
   # Minio is used to mock an object storage ( i.e. S3) that hosts the api-gateway configuration.
   # Minio also exposes a web UI to browse the files: http://localhost:9001/minio/api-gateway/
   minio:
-    image: minio/minio:RELEASE.2018-05-04T23-13-12Z
+    image: minio/minio:RELEASE.2018-07-13T00-09-07Z
     command:
       - server
       - /data
@@ -195,4 +195,4 @@ services:
         - 8001:8000
       links:
         - kafka
-        - kafka-rest
\ No newline at end of file
+        - kafka-rest