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 Dockerfile for 4.3.x #3057

Merged
merged 3 commits into from
Jan 25, 2023
Merged

Conversation

chatton
Copy link
Contributor

@chatton chatton commented Jan 25, 2023

Description

This PR updates the Dockerfile for 4.3.x to include a build argument which will be used to specify the ibc-go version.

If this PR is approved and everything works correctly, we can apply these changes to all of our release branches.

see the guidelines for commit messages. (view raw markdown for examples)


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md).
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Provide a commit message to be used for the changelog entry in the PR description for review.
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

@@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Docker Build
run: docker build . --no-cache
run: docker build . --no-cache --build-arg IBC_GO_VERSION=v4.3.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the final version doesn't really matter here, this test just ensures the docker build succeeds. This image isn't used for anything.

@chatton chatton enabled auto-merge (squash) January 25, 2023 14:04
@chatton chatton disabled auto-merge January 25, 2023 14:04
@chatton chatton merged commit 5f4b8f9 into release/v4.3.x Jan 25, 2023
@chatton chatton deleted the cian/add-docker-file-for-4-3-x branch January 25, 2023 14:05
ulbqb pushed a commit to ulbqb/ibc-go that referenced this pull request Jul 27, 2023
ulbqb pushed a commit to ulbqb/ibc-go that referenced this pull request Jul 31, 2023
ulbqb pushed a commit to ulbqb/ibc-go that referenced this pull request Jul 31, 2023
@ulbqb ulbqb mentioned this pull request Jul 31, 2023
9 tasks
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