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

Update Dockerfiles #6281

Merged
merged 4 commits into from
Jun 27, 2024
Merged

Update Dockerfiles #6281

merged 4 commits into from
Jun 27, 2024

Conversation

danidrasovean
Copy link
Collaborator

@danidrasovean danidrasovean commented Jun 25, 2024

Reasoning behind the pull request

  • Fix the keygenerator Dockerfile.
  • Update Dockerfiles to support multi-arch builds.

Proposed changes

Testing procedure

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

@danidrasovean danidrasovean self-assigned this Jun 25, 2024
andreibancioiu
andreibancioiu previously approved these changes Jun 25, 2024
@@ -13,4 +13,4 @@ FROM ubuntu:22.04
COPY --from=builder /go/mx-chain-go/cmd/keygenerator /go/mx-chain-go/cmd/keygenerator

WORKDIR /go/mx-chain-go/cmd/keygenerator/
ENTRYPOINT ["./keygenerator"]
ENTRYPOINT ["/go/mx-chain-go/cmd/keygenerator/keygenerator"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Or maybe WORKDIR /go/mx-chain-go/cmd/keygenerator (without the trailing slash)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No longer applicable.

@danidrasovean danidrasovean marked this pull request as ready for review June 26, 2024 11:01
@danidrasovean danidrasovean changed the title Fix keygenerator Dockerfile Update Dockerfiles Jun 26, 2024
@multiversx multiversx deleted a comment from codecov bot Jun 26, 2024
@danidrasovean danidrasovean merged commit 6572d02 into master Jun 27, 2024
11 of 12 checks passed
@danidrasovean danidrasovean deleted the fix-keygen-dockerfile branch June 27, 2024 10:02
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.

4 participants