Restore .env version format #78

Closed
opened 2024-08-20 08:34:43 +00:00 by fyrchik · 0 comments
Owner

Consider the following diff from #76:

-IR_VERSION=0.38.5
-IR_IMAGE=truecloudlab/frostfs-ir
+IR_VERSION=v0.42.9
+IR_IMAGE=git.frostfs.info/truecloudlab/frostfs-ir

It changes the format of the values, notice the leading v in version and git.frostfs.info/ in the image.
The version is different from that of make image target in the frostfs-node.
We need to restore the old format.
As for git.frostfs.info, we may explicitly include registry variable or leave as is.
But it is a bit annoying to remove git.frostfs.info/ when trying to replace it with a dirty image.

Consider the following diff from #76: ```diff -IR_VERSION=0.38.5 -IR_IMAGE=truecloudlab/frostfs-ir +IR_VERSION=v0.42.9 +IR_IMAGE=git.frostfs.info/truecloudlab/frostfs-ir ``` It changes the format of the values, notice the leading `v` in version and `git.frostfs.info/` in the image. The version is different from that of `make image` target in the frostfs-node. We need to restore the old format. As for `git.frostfs.info`, we may explicitly include registry variable or leave as is. But it is a bit annoying to remove `git.frostfs.info/` when trying to replace it with a dirty image.
fyrchik added the
bug
label 2024-08-20 08:34:51 +00:00
achuprov was assigned by fyrchik 2024-08-20 08:34:54 +00:00
fyrchik added the
internal
label 2024-08-20 08:35:05 +00:00
potyarkin was assigned by realloc 2024-09-04 13:54:08 +00:00
Sign in to join this conversation.
No milestone
No project
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-dev-env#78
No description provided.