https://github.com/eclipse-keypop/keypop-ops
Repository hosting the Continuous Integration settings of the Eclipse Keypop project
https://github.com/eclipse-keypop/keypop-ops
keypop support
Last synced: 26 days ago
JSON representation
Repository hosting the Continuous Integration settings of the Eclipse Keypop project
- Host: GitHub
- URL: https://github.com/eclipse-keypop/keypop-ops
- Owner: eclipse-keypop
- License: mit
- Created: 2023-08-23T12:05:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T15:19:06.000Z (about 1 year ago)
- Last Synced: 2025-02-10T06:43:53.518Z (3 months ago)
- Topics: keypop, support
- Language: Kotlin
- Homepage: https://keypop.org/
- Size: 140 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 'Eclipse Keypop' OPS
This is the repository for the Ops settings of the '[Eclipse Keypop](https://keypop.org/)' project.
## java-builder
This is a Docker container used to build all Keypop java-based modules.
To build locally, use:
`docker build -t eclipsekeypop/java-builder:1.0 .`:warning: **Line Ending Warning**:
If you're cloning or editing files from this repository on a Windows machine, be aware of potential line ending issues
with the bash scripts included to docker image (`import_gpg`, `publish_packaging`, `uid_entrypoint`).
Windows uses \r\n (CR+LF) as a line ending, whereas Linux uses \n (LF).
A discrepancy in line endings can lead to unexpected behaviors, especially when executing scripts in a Linux-based
Docker container.### Usage
To simulate Eclipse's usage when using Jenkins containers, use this command:
`docker run -it --rm -u $((1000100000 + RANDOM % 100000)):0 eclipsekeypop/java-builder:1.0 bash`