-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Container image] Change base image for release #829
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Olshansk
approved these changes
Sep 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes yes yes!
bryanchriswhite
added a commit
that referenced
this pull request
Sep 19, 2024
…99/e2e/param-helpers * issues/799/e2e/idempotent-stake-supplier: chore: add comment chore: sync shared module default params fix: failing E2E test [Supplier] Initial slashing implementation (#795) [Container image] Change base image for release (#829) [Proof] Prevent proof submission when not required (#822) chore: rename paramsAnyMap type to mitigate variable name shadowing [Tooling, Code Health] refactor: split Makefile into multiple files (#816) [Tooling] fix and add makefile targets (#814) [Docs] Add a debugging tip: using transaction hashes (#786)
bryanchriswhite
added a commit
that referenced
this pull request
Sep 19, 2024
…lier-stake-events * issues/799/e2e/param-helpers: chore: review feedback improvements chore: add comment chore: sync shared module default params fix: failing E2E test [Supplier] Initial slashing implementation (#795) [Container image] Change base image for release (#829) [Proof] Prevent proof submission when not required (#822) chore: rename paramsAnyMap type to mitigate variable name shadowing [Tooling, Code Health] refactor: split Makefile into multiple files (#816) [Tooling] fix and add makefile targets (#814) [Docs] Add a debugging tip: using transaction hashes (#786)
bryanchriswhite
added a commit
that referenced
this pull request
Sep 19, 2024
…tests/params * issues/799/feat/supplier-stake-events: chore: review feedback improvements chore: add comment chore: sync shared module default params fix: failing E2E test [Supplier] Initial slashing implementation (#795) [Container image] Change base image for release (#829) [Proof] Prevent proof submission when not required (#822) chore: rename paramsAnyMap type to mitigate variable name shadowing [Tooling, Code Health] refactor: split Makefile into multiple files (#816) [Tooling] fix and add makefile targets (#814) [Docs] Add a debugging tip: using transaction hashes (#786)
okdas
added a commit
that referenced
this pull request
Nov 14, 2024
## Summary Changes the base image from alpine to debian. Potentially unblocks `heighliner`. ## Issue Removes the need for `gcompat` - `glibc` compatibility layer for `musl`. ## Type of change Select one or more from the following: - [ ] New feature, functionality or library - [ ] Consensus breaking; add the `consensus-breaking` label if so. See #791 for details - [ ] Bug fix - [x] Code health or cleanup - [ ] Documentation - [ ] Other (specify) ## Testing Executed build targets, built image, checked `poktrolld`. Steps to reproduce: ``` make proto_regen make cosmovisor_cross_compile make ignite_release make ignite_release_extract_binaries docker build --no-cache --progress=plain --platform linux/amd64,linux/arm64 -t poktrolldebian -f Dockerfile.release . docker run -it --rm --entrypoint poktrolld poktrolldebian ``` ## Sanity Checklist - [ ] I have tested my changes using the available tooling - [ ] I have commented my code - [ ] I have performed a self-review of my own code; both comments & source code - [ ] I create and reference any new tickets, if applicable - [ ] I have left TODOs throughout the codebase, if applicable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Changes the base image from alpine to debian.
Potentially unblocks
heighliner
.Issue
Removes the need for
gcompat
-glibc
compatibility layer formusl
.Type of change
Select one or more from the following:
consensus-breaking
label if so. See [Infra] Automatically add theconsensus-breaking
label #791 for detailsTesting
Executed build targets, built image, checked
poktrolld
.Steps to reproduce:
Sanity Checklist