-
Notifications
You must be signed in to change notification settings - Fork 46
[DOCS] Add note on building EMT images with older tags #561
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
base: 3.0-dev
Are you sure you want to change the base?
[DOCS] Add note on building EMT images with older tags #561
Conversation
d5b9eec
fc75019 to
d5b9eec
Compare
d5b9eec to
d3343c1
Compare
| For example, to build a RAW image without real-time extensions, use `edge-image.json` and run | ||
| the following command: | ||
|
|
||
| **IMPORTANT**: If you want to create an image with an older tag, for example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems we should only suggest user to use the formal release tags, eg:
https://github.com/open-edge-platform/edge-microvisor-toolkit/releases/tag/3.0.20250718
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree, weekly tags are unstable, might have uncaught issues and even potential build failure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cheeyanglee @yangliang-intel : There has not been a release tag since July. Our sriov related/qemu fixes have gone after that.
So, what do you suggest? Will there be a release tag soon?
Can you give the schedule for next release tag?
Also, will customer able to build the release tag using upstream rpms?
|
@sgolebiewski-intel @cheeyanglee : Following the above instructions i am trying to build the older build https://github.com/open-edge-platform/edge-microvisor-toolkit/releases/tag/3.0.20250828 But still i am not able to build it. Attached are the logs.
[Uploading pkggen.zip…]()
|
Should we stop suggesting building the older versions of EMT until the issue is resolved? |


Merge Checklist
All boxes should be checked before merging the PR
Description
Building EMT images from older tags requires removal of the
REBUILD_PACKAGES=noption.Any Newly Introduced Dependencies
How Has This Been Tested?