Skip to content

Commit aa1aee5

Browse files
authored
Merge pull request #33 from shivaCode-2/shivaCode-2-patch-readme
Update README.md
2 parents 82070dc + 854414e commit aa1aee5

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Welcome to the beta release of our containerized LabVIEW environment! This READM
3030

3131

3232
## Overview
33-
Pull and run the `labview_linux:2025q3_beta` image directly in your own environment. We will add you as a contributor on the private GitHub Package Registry so you can authenticate and download the image as needed.
33+
Pull and run the `labview:2025q3-linux-beta` image directly in your own environment. We will add you as a contributor on the private GitHub Package Registry so you can authenticate and download the image as needed.
3434

3535
## Prerequisites
3636
- Docker Engine (version 20.10+)
@@ -43,7 +43,7 @@ Pull and run the `labview_linux:2025q3_beta` image directly in your own environm
4343
The LabVIEW Linux image is hosted privately on GitHub Container Registry (`ghcr.io`).
4444

4545
2. **Request Access**
46-
Email your GitHub username to `shivang.sharma@emerson.com`. We’ll grant you “read” permissions for the `labview_linux` package.
46+
Email your GitHub username to `shivang.sharma@emerson.com`. We’ll grant you “read” permissions for the `labview` package.
4747

4848
3. **Authenticate & Pull**
4949
```bash
@@ -52,26 +52,26 @@ Pull and run the `labview_linux:2025q3_beta` image directly in your own environm
5252
# Enter a Personal Access Token (with at least read:packages scope) when prompted
5353

5454
# Pull the beta image
55-
docker pull ghcr.io/shivacode-2/labview_linux:2025q3_beta
55+
docker pull ghcr.io/shivacode-2/labview:2025q3-linux-beta
5656
```
5757
4. **Run the Container (Interactive Shell)**
5858
```bash
59-
docker run --rm -it ghcr.io/shivacode-2/labview_linux:2025q3_beta
59+
docker run --rm -it ghcr.io/shivacode-2/labview:2025q3-linux-beta
6060
```
6161
This command launches the container and drops you straight into a Bash shell—no volume mounts or network settings required.
6262
5. **Run LabVIEWCLI Operations**
63-
Once inside the container shell, execute any `labviewcli` command.
63+
Once inside the container shell, execute any `LabVIEWCLI` command.
6464

6565
## Example Usage
6666
### Pulling in the image
6767
```bash
68-
docker pull ghcr.io/shivacode-2/labview_linux:2025q3_beta
68+
docker pull ghcr.io/shivacode-2/labview:2025q3-linux-beta
6969
```
7070
![image](https://github.com/user-attachments/assets/054826e4-fec9-424e-a209-69499db298d4)
7171

7272
### Running the image in interactive mode
7373
```bash
74-
docker run -it ghcr.io/shivacode-2/labview_linux:2025q3_beta
74+
docker run -it ghcr.io/shivacode-2/labview:2025q3-linux-beta
7575
```
7676
![image](https://github.com/user-attachments/assets/8e413608-d59e-4522-adc5-0df64df08ccf)
7777

@@ -102,7 +102,7 @@ By exploring this repository, you can gain insights into setting up and running
102102
- **.github/workflows/vi-analyzer-container.yml**
103103
Defines the GitHub Actions pipeline:
104104
1. **Authenticate** with GitHub Container Registry
105-
2. **Pull** the `labview_linux:2025q3_beta` image
105+
2. **Pull** the `labview:2025q3-linux-beta` image
106106
3. **Mount** the repository into the container
107107
4. **Run** `runlabview.sh` and capture test results
108108
5. **Report** pass/fail status back to the PR checks
@@ -138,7 +138,7 @@ This section demonstrates how you can leverage this repository to integrate LabV
138138
6. **Watch the CI pipeline**
139139
The “Run VI Analyzer” workflow will automatically:
140140
- Authenticate to GHCR
141-
- Pull labview_linux:2025q3_beta
141+
- Pull labview:2025q3-linux-beta
142142
- Mount your repo and execute runlabview.sh
143143
- Report pass/fail in the PR checks-
144144

@@ -157,7 +157,7 @@ Feel free to tailor the workflow to your needs—add or remove jobs, adjust envi
157157
You need to be added as a contributor on the GitHub Packages feed. Simply email your GitHub username to `shivang.sharma@emerson.com` and we’ll grant you “read” rights. Once added, log in and pull with:
158158
```bash
159159
docker login ghcr.io -u <your-username>
160-
docker pull ghcr.io/shivacode-2/labview_linux:2025q3_beta
160+
docker pull ghcr.io/shivacode-2/labview:2025q3-linux-beta
161161
```
162162

163163
### 2. Which LabVIEW versions are supported inside the container?

0 commit comments

Comments
 (0)