Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jun 1, 2021

No description provided.

@ghost ghost requested review from badhrinathpa and thakurajayL and removed request for badhrinathpa and thakurajayL June 9, 2021 04:49
for target in $(DOCKER_TARGETS); do \
DOCKER_BUILDKIT=$(DOCKER_BUILDKIT) docker build $(DOCKER_BUILD_ARGS) \
--target $$target \
--no-cache \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we need this ?this will slow down the build process right ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we need this ?this will slow down the build process right ?

I replied this yesterday, but looks did not show up, reply again. If with cache some times the building result is not correct, for this reason, I waste a lot of time on debugging, and find it did not work just because used cache. Compare with the saved time, i would rather choose to build without cache. If you prefer with cache, I will change it back.

@@ -0,0 +1,8 @@
info:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the same config we are pulling from 5gc repository ? or this is something else?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, because it uses the config in another repo. In this way, the webconsole repo will not depend on other repo.

}
} else {
DefaultWebUIConfigPath := path_util.Free5gcPath("free5gc/config/webuicfg.yaml")
DefaultWebUIConfigPath := path_util.Free5gcPath("webconsole/config/webuicfg.yaml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's discuss this in meeting. we are changing configpath. DId we change helm chart for the same ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is yaml file, .conf file. I am not sure how it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant