Skip to content

ldclakmal/docker-repository

Repository files navigation

Docker Repository - ldclakmal/**

Docker Logo

This is a collection of Dockerfiles for images that can be used to different integration scenarios for microservices. All the images are published on DockerHub at https://hub.docker.com/u/ldclakmal.

  • Netty Echo Backend - ldclakmal/netty-echo-backend Docker Pulls

    A Docker image of Netty HTTP service which echo back the request payload. Supports both HTTP/1.1 and HTTP/2 versions and SSL. Also, supports any type of request payload such as text, json, xml etc.

  • WSO2 IS STS - ldclakmal/wso2is-sts Docker Pulls

    A Docker image of WSO2 IS as a STS. Supports JWT, OAuth2 token issuing and validation.

  • Ballerina Echo Backend - ldclakmal/ballerina-echo-backend Docker Pulls

    A Docker image of Ballerina service which echo back the request payload. Supports both HTTP/1.1 and HTTP/2. Also, supports any type of request payload such as text, json, xml etc.

  • Ballerina HTTP Passthrough Service - ldclakmal/ballerina-http-passthrough Docker Pulls

    A Docker image of Ballerina passthrough service which forward the request to configured backend and forward the response to the client. Supports only HTTP/1.1 and any type of request payload such as text, json, xml etc.

  • GO Echo Backend - ldclakmal/go-echo-backend Docker Pulls

    A Docker image of Go service which echo back the request payload. Supports both HTTP/1.1 and HTTP/2 with SSL. Also, supports any type of request payload such as text, json, xml etc.

  • Go HTTP Passthrough Service - ldclakmal/go-http-passthrough Docker Pulls

    A Docker image of Go passthrough service which forward the request to configured backend and forward the response to the client. Supports both HTTP/1.1 and HTTP/2.0 with SSL. Also, supports any type of request payload such as text, json, xml etc.

  • Envoy HTTP Proxy - ldclakmal/envoy Docker Pulls

    A Docker image of simple Envoy proxy service which forward the request to configured backend and forward the response to the client. Supports only HTTP/1.1.

About

Docker Repository - This is a collection of Dockerfiles for images that can be used to different integration scenarios for microservices. All the images are published on DockerHub.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors