docker-is icon indicating copy to clipboard operation
docker-is copied to clipboard

Docker and Docker Compose resources for WSO2 Identity Server

Results 19 docker-is issues
Sort by recently updated
recently updated
newest added

## Purpose > This PR updates the master branch for wso2is-7.0.0 release

## Purpose Resolves: - #355 - #356 ## Goals Correct the Dockerfiles for Alpine, Centos, & Ubuntu to store both system and user java preferences in the intended location according...

**Description:** Trying to start locally with docker compose but have error: ``` docker compose up [+] Building 4.2s (3/3) FINISHED => [internal] load build definition from Dockerfile 0.0s => =>...

**Description:** The Dockerfiles for all platforms create directories to store Java preferences in, however only the Ubuntu Dockerfile actually sets the system properties on the image to use them. **Affected...

**Description:** java.util.prefs.userRoot should simply point to ${USER_HOME}. Specifying `${USER_HOME}.java/.userPrefs` is redundant and causes `java.util.prefs.userRoot` to be defined as `${USER_HOME}.java/.userPrefs/.java/.userPrefs` **Affected Product Version:** [6.0.0.1](https://github.com/wso2/docker-is/releases/tag/v6.0.0.1) **Steps to reproduce:** 1. `cd docker-is/dockerfiles/ubuntu/is` 2....

i have a free trial subscription, when i try acces to respository docker of wso2 using "docker login docker.wso2.com" after entry my user and password, get the fallowing error Error...

Type/Question

We need to change the existing base images by only using OS base image and installing the required JDK within the script rather than taking JDK installed OS base image.

**Description:** As explained in the issue title email should be more descriptive. Email subject should include ; - Product version - Update is from U2 or WUM

**Description:** Recently we have detected high security vulnerability from our docker images. Detected CVE-2021-33910.

**Description:** Evaluate the use of private registry credentials such as user credentials for docker.wso2.com that needs to be used in a public repository. The requirement may have some complexities like...