Update .config symlink logic and add .copy-files logic#231
Conversation
Signed-off-by: David Kwon <dakwon@redhat.com>
|
@dkwon17
My image is |
|
@svor could you please try building for x86_64 architecture? The |
|
@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 <dakwon@redhat.com>
|
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. DetailsNeeds 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
configandconfig2: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/config2exists, and is not a symlink:Make a change to the
config2file, and restart the workspace. Once the workpsace is restarted, theconfig2file should have the changes you made before restarting the workspace.