Skip to content
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

use a fully qualified name for the container #1904

Merged
merged 2 commits into from Jul 20, 2022

Conversation

mscherer
Copy link
Contributor

@mscherer mscherer commented Jul 1, 2022

While this work to build with docker, podman/buildah stop the
build to ask which image to use, preventing a build in a script.

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

@mscherer mscherer requested a review from sgoggins as a code owner July 1, 2022 14:31
@sgoggins
Copy link
Member

sgoggins commented Jul 6, 2022

@mscherer : Do you have an idea why the nginx / npm stuff is failing on GitHub. I assume its not failing locally for you. Can you think of any configs we may need to change?

@sgoggins sgoggins added frontend Related to the frontend bug-fix Fixes a bug labels Jul 6, 2022
Copy link
Member

@sgoggins sgoggins left a comment

Choose a reason for hiding this comment

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

@mscherer : Is there a way we can get the Docker build to work on GitHub that comes to mind? I trust its building locally. Any ideas?

@mscherer
Copy link
Contributor Author

mscherer commented Jul 6, 2022

I think the issue was a js deps upgrade. I know my patch is not changing that, I will take a look and provides a patch.

@mscherer
Copy link
Contributor Author

mscherer commented Jul 6, 2022

So I can't figure (yet) what break the build. I tried using git bisest, but even old revision seems to fail, so either my hypothesis is wrong, or my git biest command was wrong.

@mscherer
Copy link
Contributor Author

mscherer commented Jul 6, 2022

So it build outside of the container on my Fedora 35 system.

While this work to build with docker, podman/buildah stop the
build to ask which image to use, preventing a build in a script.

Signed-off-by: Michael Scherer <misc@redhat.com>
@mscherer mscherer force-pushed the use_qualified_name branch 2 times, most recently from e861531 to 6b6999e Compare July 6, 2022 15:08
Otherwise, builds are not reproductible on the CI, which tend
to greatly confuse coders (for N=1) who try to debug why it doesn't
build.

Signed-off-by: Michael Scherer <misc@redhat.com>
@sgoggins sgoggins merged commit b6c9c5d into chaoss:main Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix Fixes a bug frontend Related to the frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants