You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/11/22 14:42:43 UTC

[httpcomponents-core] branch master updated: Updated Docker images and external compatibility tests

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new f674d69  Updated Docker images and external compatibility tests
f674d69 is described below

commit f674d69e89be21040f786d407161e213efb80e63
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sun Nov 22 15:40:51 2020 +0100

    Updated Docker images and external compatibility tests
---
 httpcore5-testing/docker/BUILDING.txt     | 8 ++++----
 httpcore5-testing/docker/nginx/Dockerfile | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/httpcore5-testing/docker/BUILDING.txt b/httpcore5-testing/docker/BUILDING.txt
index f687ec3..0daf38c 100644
--- a/httpcore5-testing/docker/BUILDING.txt
+++ b/httpcore5-testing/docker/BUILDING.txt
@@ -1,8 +1,8 @@
 Building Docker containers for compatibility tests
 ========================================================
 
-Remark: Docker containers have been developed and tested with Docker version 1.12.4, build 1564f02
-on Debian Linux 8.6
+Remark: Docker containers have been developed and tested with Docker version 19.03.8, build afacb8b7f0
+on Ubuntu 20.04
 
 Remark: omit sudo command if executing as root
 
@@ -23,5 +23,5 @@ sudo docker run --name my-hc-tests-httpbin -p 0.0.0.0:8082:80 -d hc-tests-httpbi
 Execute
 
 ---
-Http2CompatibilityTest http://localhost:8080 APACHE-HTTPD
-Http2CompatibilityTest http://localhost:8081 NGINX
\ No newline at end of file
+H2CompatibilityTest http://localhost:8080 APACHE-HTTPD
+H2CompatibilityTest http://localhost:8081 NGINX
\ No newline at end of file
diff --git a/httpcore5-testing/docker/nginx/Dockerfile b/httpcore5-testing/docker/nginx/Dockerfile
index a94e762..9d452e0 100644
--- a/httpcore5-testing/docker/nginx/Dockerfile
+++ b/httpcore5-testing/docker/nginx/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM nginx:1.17
+FROM nginx:1.18
 MAINTAINER dev@hc.apache.org
 
 ENV var_dir /var/nginx