Improve dev-env building and deployment #62
Labels
No labels
P0
P1
P2
P3
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-dev-env#62
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
There are 3 usecases:
The support for all usecases can be improved:
.env
file contains component versions, which must exist in the docker hub. The problem with public hub is that few people have access. The problem with our private hub is limited disk space.The idea is to allow building everything from this repo.
We must allow configuring local overrides, which are not stored in git. So if my local config is
frostfs-node: /home/user/frostfs-node
,make build
(or sth similar) builds image from the currently checkouted branch.The default is to point everything at the last release or master branches.
In the result:
make rebuild
(do not copy new image ID in.env
)Possible tool to use is https://android.googlesource.com/tools/repo