Skip to content
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

Adding .devcontainer files to support Codespaces environments #1542

Closed
wants to merge 1 commit into from
Closed

Adding .devcontainer files to support Codespaces environments #1542

wants to merge 1 commit into from

Conversation

vastandboundless
Copy link

Description:
Problem:
Currently, setting up the signal-cli project in GitHub Codespaces requires manual configuration, which can be error-prone and time-consuming.

Solution:
This pull request adds two files:

.devcontainer/Dockerfile: Sets up the Java 17 environment necessary for building and running signal-cli.
.devcontainer/devcontainer.json: Configures the Codespaces environment to use the specified Dockerfile and ensures that the correct extensions and settings are applied.
Testing:

Successfully tested the build and setup in GitHub Codespaces.
Verified that the project builds and runs without issues in the new environment.
Versions:

signal-cli version: v0.13.4
libsignal-client version: v0.10.1
JDK version: 17.0.11
Operating System: Ubuntu 20.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant