-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update master for 7.0.0 release #396
base: master
Are you sure you want to change the base?
Conversation
Update 6.1.x docker file
updated the GA release date
[6.1] Upgrade java versions
Update changelog
Edit comments added
[6.1.0] Update JDK version
* upgrade jdk version * upgrade jdk version
[IS 6.1.0] Update Alpine based Docker Image Version to 3.16
[IS 6.1.0] Fix Readme Doc Issue
Add JDK 17 6.1.0 dockerfiles
Update 7.0.x docker file
RUN \ | ||
unzip -d ${USER_HOME} ${WSO2_SERVER}.zip \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets not remove these lines as this section is used to allow copying zip files to docker context
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check other places and update based on the decision we take
RUN \ | ||
unzip -d ${USER_HOME} ${WSO2_SERVER}.zip \ | ||
wget -O ${WSO2_SERVER}.zip "${WSO2_SERVER_DIST_URL}" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SujanSanjula96 did we decide to remove wget from master? And to allow only copying?
[7.0] Update java version
|
[7.0.x] Remove third party JDBC connector from base docker image
[7.0.0] Add rocky linux docker image for IS 7.0
* Upgrade dbs-java version to 3.6.1 * Update dockerfiles/jdk17/ubuntu/is/Dockerfile
Purpose