Kazunori Kimura
Kazunori Kimura
Draft: This PR syncs configuration files. Current target versions are based on gitlab-foss v15.0.0: - gitlab-foss: v15.0.0 - gitaly: v15.0.0 - gitlab-shell: v14.3.0 - gitlab-pages: v1.58.0 ~~This PR is based...
## Bug Report **Package Name:** [name of package which has bug(s)] [email protected] ### Current Behaviour Installing vokoscreenng-np reports following error (but it was installed successfully. App runs normally as well)...
Reference: https://scoop.sh/UpdateTracker/googlechrome/chrome.min.xml (content update: https://github.com/ScoopInstaller/UpdateTracker/commit/f7bbf67ac8d543a717d4f16f8d2b11deb3baa716) Related work: ScoopInstaller/Versions#2355 , ScoopInstaller/Versions#2356 and ScoopInstaller/Versions#2357 Add _uncompressed before .exe As the installer is not compressed, we can get Chrome-bin directly from dl.7z ....
Apply same changes as #2355 (googlechrome-canary) to googlechrome-dev. Relates to #2355 - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
Apply same changes as #2355 (googlechrome-canary) to googlechrome-beta. Relates to #2355 - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
Reference: https://scoop.sh/UpdateTracker/googlechrome/chrome.min.xml (content update: ScoopInstaller/UpdateTracker@f7bbf67ac8d543a717d4f16f8d2b11deb3baa716) Add _uncompressed before .exe to URL. As the installer is not compressed, we can get Chrome-bin directly from dl.7z . So the install process is...
This PR adds configurations for external / built-in KAS and installation process to build built-in KAS. Close #2736 External KAS settings implemented by @antt1995 (in #2598, rebased by @kkimurak) Built-in...
PostgreSQL 15 or later removed PUBLIC creation permission on the public schema. As `sameersbn/postgresql` does not have a way to set database owner, user can face permission issue. See https://www.postgresql.org/docs/15/release-15.html...
`awk -F,` splits values by comma but built-in for loop reinterpret each values. This behavior does not allow us to contain internal field separator (such as whitespace) in DB_EXTENSION for...
`apt-key` is deprecated and reports warning on build. This PR replace it by `wget ${key_file_url} | gpg --dearmor -o ${destination_path}`. Reference: similar work on sameersbn/docker-gitlab@3cac65dd8849e44b1285b921329e75efa10018c0 (as a part of sameersbn/docker-gitlab#3059)...