[#40] Move component versions to .env #50
No reviewers
Labels
No labels
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-aio#50
Loading…
Reference in a new issue
No description provided.
Delete branch "nzinkevich/frostfs-aio:fix_versions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Nikita Zinkevich n.zinkevich@yadro.com
bbe0bb4b47
to5b3f45e11c
@ -117,3 +129,3 @@
version:
@echo $(VERSION)
@echo "aio:" $(VERSION)
@echo "frostfs-node: $(AIO_VERSION)"
I supposes we should drop this line. Or use
FROSTFS_CORE_TAG
here and drop 132 line5b3f45e11c
to563f15fa30
LGTM
@ -8,0 +4,4 @@
ARG FROSTFS_CORE_TAG
ARG FROSTFS_HTTP_GATE_TAG
ARG FROSTFS_S3_GATE_TAG
ARG NEOGO_TAG
Having empty ARG produces warning during build
Let's set some default value, for instance
563f15fa30
tocce7c6245b
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
cce7c6245b
tocac77b7c5e
@ -5,3 +4,1 @@
ARG FROSTFS_HTTP_GATE_TAG=0.30.2
ARG FROSTFS_S3_GATE_TAG=0.30.7
ARG NEOGO_TAG=0.106.0
ARG FROSTFS_CORE_TAG=dev
Does
dev
have any meaning, or is it just a random string?Random string to avoid warnings during make command.