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

add missing files to fix docker build #154

Merged
merged 1 commit into from
May 7, 2024

Conversation

gflarity
Copy link
Contributor

@gflarity gflarity commented May 3, 2024

Looks like commit eb7a20 broke the docker build (via theDockerfile). Previously only main.go was COPY'd in the docker file.

Fix is simple, just COPY the whole cmd/spiffe-helper directory rather than just the main.go.

Looks like the nightly builds have been failing. One suggestion might to add building the docker image to the pr_build tests. I can take a stab at this if desired, I'd mostly just cut and paste from the nightly build minus the pushing.

Thanks,
Geoff

Copy link
Collaborator

@faisal-memon faisal-memon left a comment

Choose a reason for hiding this comment

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

Thanks @gflarity . Just need to fix up the DCO and then we can merge this.

@faisal-memon
Copy link
Collaborator

One suggestion might to add building the docker image to the pr_build tests. I can take a stab at this if desired, I'd mostly just cut and paste from the nightly build minus the pushing.

That would be a great addition if you have the time for it.

Signed-off-by: Geoff Flarity <geoff@centml.ai>
@gflarity gflarity force-pushed the gflarity/fix_docker_build branch from 75a3b1e to 1106875 Compare May 7, 2024 16:57
@gflarity
Copy link
Contributor Author

gflarity commented May 7, 2024

One suggestion might to add building the docker image to the pr_build tests. I can take a stab at this if desired, I'd mostly just cut and paste from the nightly build minus the pushing.

That would be a great addition if you have the time for it.

Thanks @gflarity . Just need to fix up the DCO and then we can merge this.

Done!

@faisal-memon faisal-memon merged commit f08de80 into spiffe:main May 7, 2024
12 checks passed
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.

2 participants