blob: 4418dde257b922ed3c683f2cc346b1e1a0295f5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# stellar-dev-env
## Description
Stellar-Dev-Env is a tool based on GitLab CI that helps you build and release a Docker image for your stellar-c development environment quickly and easily.
## Usage
Step 1: Login to private docker registry, use the following command:
```
docker login https://git.mesalab.cn:7443 -u $your_username -p $your_passwd
```
Replace `your_username` and `your_passwd` with your private account.
Step 2: Pull the stellar-dev-env Docker image, use the following command:
```
docker pull git.mesalab.cn:7443/stellar/stellar-dev-env:$tag
```
Replace `tag` with the desired version or branch name, such as `main`.
After successfully pulling the image, you can use the stellar-dev-env Docker container as needed.
## Development Components
The stellar-dev-env Docker image comes pre-installed with essential development components, including:
* sapp
* stellar-c
* libMESA_htable
* ibMESA_handle_logger
* libMESA_prof_load
* libMESA_field_stat2
* libMESA_jump_layer
* libfieldstat3
* libfieldstat4
* libbreakpad_mini
* libcjson
|