-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Thank you for contributing to the Dataverse Project through the creation of a bu | |
WARNING: If this is a security issue it should be reported privately to [email protected] | ||
More information on bug issues and contributions can be found in the "Contributing to Dataverse" page: | ||
https://github.com/IQSS/dataverse/blob/develop/CONTRIBUTING.md#bug-reportsissues | ||
https://guides.dataverse.org/en/latest/contributor/index.html | ||
Please fill out as much of the template as you can. | ||
Start below this comment section. | ||
|
@@ -44,7 +44,6 @@ Start below this comment section. | |
**Any related open or closed issues to this bug report?** | ||
|
||
|
||
|
||
**Screenshots:** | ||
|
||
No matter the issue, screenshots are always welcome. | ||
|
@@ -53,3 +52,7 @@ To add a screenshot, please use one of the following formats and/or methods desc | |
|
||
* https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests | ||
* | ||
|
||
|
||
**Are you thinking about creating a pull request for this issue?** | ||
Help is always welcome, is this bug something you or your organization plan to fix? |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
name: Idea proposal | ||
about: Propose a new idea for discussion to improve the Dataverse software! | ||
title: 'Suggestion:' | ||
labels: 'Type: Suggestion' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thank you for contributing to the Dataverse Project through the creation of a feature request! | ||
More information on ideas/feature requests and contributions can be found in the "Contributing to Dataverse" page: | ||
https://guides.dataverse.org/en/latest/contributor/index.html | ||
Please fill out as much of the template as you can. | ||
Start below this comment section. | ||
--> | ||
|
||
**Overview of the Suggestion** | ||
|
||
|
||
**What kind of user is the suggestion intended for?** | ||
(Example users roles: API User, Curator, Depositor, Guest, Superuser, Sysadmin) | ||
|
||
|
||
**What inspired this idea?** | ||
|
||
|
||
**What existing behavior do you want changed?** | ||
|
||
|
||
**Any brand new behavior do you want to add to Dataverse?** | ||
|
||
|
||
**Any open or closed issues related to this suggestion?** | ||
|
||
|
||
**Are you thinking about creating a pull request for this issue?** | ||
Help is always welcome, is this idea something you or your organization plan to implement? |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Security and Compatibility Fixes to the Container Base Image | ||
|
||
- Switch "wait-for" to "wait4x", aligned with the Configbaker Image | ||
- Update "jattach" to v2.2 | ||
- Install AMD64 / ARM64 versions of tools as necessary | ||
- Run base image as unprivileged user by default instead of `root` - this was an oversight from OpenShift changes | ||
- Linux User, Payara Admin and Domain Master passwords: | ||
- Print hints about default, public knowledge passwords in place for | ||
- Enable replacing these passwords at container boot time | ||
- Enable building with updates Temurin JRE image based on Ubuntu 24.04 LTS | ||
- Fix entrypoint script troubles with pre- and postboot script files | ||
- Unify location of files at CONFIG_DIR=/opt/payara/config, avoid writing to other places |