You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Welcome to the beta release of our containerized LabVIEW environment! This READM
30
30
31
31
32
32
## 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.
34
34
35
35
## Prerequisites
36
36
- Docker Engine (version 20.10+)
@@ -43,7 +43,7 @@ Pull and run the `labview_linux:2025q3_beta` image directly in your own environm
43
43
The LabVIEW Linux image is hosted privately on GitHub Container Registry (`ghcr.io`).
44
44
45
45
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.
47
47
48
48
3.**Authenticate & Pull**
49
49
```bash
@@ -52,26 +52,26 @@ Pull and run the `labview_linux:2025q3_beta` image directly in your own environm
52
52
# Enter a Personal Access Token (with at least read:packages scope) when prompted
@@ -102,7 +102,7 @@ By exploring this repository, you can gain insights into setting up and running
102
102
-**.github/workflows/vi-analyzer-container.yml**
103
103
Defines the GitHub Actions pipeline:
104
104
1.**Authenticate** with GitHub Container Registry
105
-
2.**Pull** the `labview_linux:2025q3_beta` image
105
+
2.**Pull** the `labview:2025q3-linux-beta` image
106
106
3.**Mount** the repository into the container
107
107
4.**Run**`runlabview.sh` and capture test results
108
108
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
138
138
6.**Watch the CI pipeline**
139
139
The “Run VI Analyzer” workflow will automatically:
140
140
- Authenticate to GHCR
141
-
- Pull labview_linux:2025q3_beta
141
+
- Pull labview:2025q3-linux-beta
142
142
- Mount your repo and execute runlabview.sh
143
143
- Report pass/fail in the PR checks-
144
144
@@ -157,7 +157,7 @@ Feel free to tailor the workflow to your needs—add or remove jobs, adjust envi
157
157
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:
0 commit comments