-
Notifications
You must be signed in to change notification settings - Fork 67
Update .config symlink logic and add .copy-files logic #231
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
Conversation
Signed-off-by: David Kwon <[email protected]>
@dkwon17 ![]() My image is |
@svor could you please try building for x86_64 architecture? The
|
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.
@dkwon17 I see that PR checks failed, could you check them please |
@rohanKanojia could you please share your image?
Is it always reproducible? Is there anything interesting in the events ( |
Signed-off-by: David Kwon <[email protected]>
Pull Request images published ✨ |
hello, I tried it again this morning but faced same issue. I think I'm doing something wrong as same steps are working for Valeri. I've created this short video to showcase steps I followed, could you please check and verify if I did it correctly 🙏 ? developer-images-pr-231-case2-testing.mp4 |
@rohanKanojia I forgot to mention, yes, that's expected if you don't have |
@dkwon17 : Thanks a lot for checking it! You're right this was the issue. After enabling CheCluster |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dkwon17, rohanKanojia, svor The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
For https://issues.redhat.com/browse/CRW-8932 and https://issues.redhat.com/browse/CRW-8598.
To test this PR:
Build the base image:
Create these 4 empty files:
Case 1: Testing CRW-8932
Put the following into
case1.Dockerfile
:Build the image:
Create a workspace with the new image. My new image is:
quay.io/dkwon17/base-developer-image:case1
:Verify that there are symlinks for
config
andconfig2
:Case 2: Testing CRW-8598
Put the following into
case2.Dockerfile
:Build the image:
Create a workspace with the new image. My new image is:
quay.io/dkwon17/base-developer-image:case2
:Verify that
/home/user/.config/test/config2
exists, and is not a symlink:Make a change to the
config2
file, and restart the workspace. Once the workpsace is restarted, theconfig2
file should have the changes you made before restarting the workspace.