Skip to content

Commit

Permalink
Merge pull request #395 from UdeshAthukorala/is-7.0.x-update
Browse files Browse the repository at this point in the history
Update 7.0.x docker file
  • Loading branch information
UdeshAthukorala authored Mar 5, 2024
2 parents 2a33f37 + 8f904a9 commit 4eaeae9
Show file tree
Hide file tree
Showing 20 changed files with 464 additions and 283 deletions.
28 changes: 4 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,22 @@
# Changelog

All notable changes to Docker and Docker Compose resources for WSO2 Identity and Management version `6.1.x`
All notable changes to Docker and Docker Compose resources for WSO2 Identity and Management version `7.0.x`
in each resource release, will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## v6.1.0.5 - 2024-02-28

### Changed
- JDK17 support.

## v6.1.0.4 - 2024-02-12

### Changed
- Update alpine version 3.16.0 to 3.16.

## v6.1.0.3 - 2023-10-19

### Changed
- Update jdk-11.0.19+7 to jdk-11.0.20.1+1.

## v6.1.0.2 - 2023-06-27

### Changed
- Update jdk-11.0.18+10 to jdk-11.0.19+7.

## v6.1.0.1 - 2023-02-01
## v7.0.0.1 - 2024-03-04

### Changed
- Update Docker OS base image.

### Added

- Docker resources of WSO2 Identity Server version `6.1.0` for Alpine and Ubuntu (refer to [issue](https://github.com/wso2/docker-is/issues/238))
- Docker resources of WSO2 Identity Server version `7.0.0` for Alpine and Ubuntu (refer to [issue](https://github.com/wso2/docker-is/issues/238))

### Removed

- JDK8 support

For detailed information on the tasks carried out during this release, please see the GitHub milestone
[v6.1.0.1](https://github.com/wso2/docker-is/milestone/24).
[v7.0.0.1](https://github.com/wso2/docker-is/milestone/25).
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ The issues page on GitHub is for tracking bugs and feature requests. When posing
If you like to contribute with a bug fix or a new feature, start by posting an issue and discussing the best way to implement it.

Unlike most projects, development for this repository is carried out on the `5.11.x` branch. This is because the `master` branch contains the latest stable release of the project.
The code in `6.1.x` is merged to the `master` branch after a final review and a round of testing.
The code in `7.0.x` is merged to the `master` branch after a final review and a round of testing.

Please follow these guidelines when contributing to the code:

1. Fork the current repository.
2. Create a topic branch from the `6.1.x` branch.
2. Create a topic branch from the `7.0.x` branch.
3. Make commits in logical units.
4. Before you send out the pull request, sync your forked repository with a remote repository. This makes your pull request simple and clear.

```bash
git clone https://github.com/<user>/docker-is.git
git remote add upstream https://github.com/wso2/docker-is.git
git fetch upstream
git checkout -b <topic-branch> upstream/6.1.x
git checkout -b <topic-branch> upstream/7.0.x

# add some work

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use these artefacts as a reference to build your deployment artefacts. Existing

This repository contains following Docker resources:

- Per profile Docker resources of WSO2 Identity Server version `6.1.0` for Alpine and Ubuntu
- Per profile Docker resources of WSO2 Identity Server version `7.0.0` for Alpine and Ubuntu
- Docker Compose resources to evaluate most common Identity And Access Management (IAM) deployment patterns

Per profile Docker resources for WSO2 Identity Server help you build generic Docker images for deploying the
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/is/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Instead, extract the zip file and directly browse to `docker-is-<released-version-here>/docker-compose/is` folder.
> If you want to try out an already released tag, after executing 2nd step, checkout the relevant tag,
i.e. for example: git checkout tags/v6.1.0.1 and continue below steps.
i.e. for example: git checkout tags/v7.0.0.1 and continue below steps.
3. Execute following Docker Compose command to start the deployment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@ validationQuery="SELECT 1"
[keystore.primary]
file_name = "wso2carbon.jks"
password = "wso2carbon"
type="JKS"

[truststore]
file_name="client-truststore.jks"
password="wso2carbon"
type="JKS"

[account_recovery.endpoint.auth]
hash= "66cd9688a2ae068244ea01e70f0e230f5623b7fa4cdecb65070a09ec06452262"

[identity.auth_framework.endpoint]
app_password= "dashboard"
Loading

0 comments on commit 4eaeae9

Please sign in to comment.