-
Notifications
You must be signed in to change notification settings - Fork 20
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 Nimbus version as an environment variable #116
base: main
Are you sure you want to change the base?
Conversation
nimbus/Dockerfile
Outdated
@@ -1,6 +1,8 @@ | |||
FROM statusim/nimbus-eth2:multiarch-v23.3.1 as nimbusbn | |||
ARG NIMBUS_VERSION |
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.
Should/can this have a default in case it ends up unset in future?
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 this can have a default set, and it will be overwritten with anything that's passed through. Does this add to a maintenance overhead/ cause duplication though, as a default value is already being set in the docker-compose.yml file on line 199?
Or is this for when a user builds Nimbus directly on the CLI and forgets to pass in this argument?
How about we set `latest`? Seems like a safe fallback to have
On Thu, Mar 23, 2023 at 9:27 PM Eridian ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In nimbus/Dockerfile
<#116 (comment)>
:
> @@ -1,6 +1,8 @@
-FROM statusim/nimbus-eth2:multiarch-v23.3.1 as nimbusbn
+ARG NIMBUS_VERSION
Yes this can have a default set, and it will be overwritten with anything
that's passed through. Does this add to a maintenance overhead/ cause
duplication though, as a default value is already being set in the
docker-compose.yml file on line 199?
—
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGAHDAEQEMEFAGRZSBWQKDW5S55BANCNFSM6AAAAAAWFTJNII>
.
You are receiving this because you commented.Message ID:
<ObolNetwork/charon-distributed-validator-cluster/pull/116/review/1355676213
@github.com>
--
Oisín Kyne
|
@OisinKyne I've added "latest" and confirmed that it works. |
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.
LGTM!
@EridianAlpha can you please fix the conflicts 🙏 ?
No description provided.