Can't build docker image of storage node in support/v0.36 #493

Closed
opened 2023-07-05 15:47:52 +00:00 by alexvanin · 3 comments

Update build image version up to go1.19

$ make docker-storage
...
#0 25.68 pkg/local_object_storage/shard/shard.go:37:26: undefined: atomic.Bool
#0 25.73 git.frostfs.info/TrueCloudLab/frostfs-node/pkg/services/object/put/v2
#0 26.01 make: *** [Makefile:40: bin/frostfs-node] Error 2
------
Dockerfile.storage:8
--------------------
   6 |     COPY . /src
   7 |     
   8 | >>> RUN make bin/frostfs-node
   9 |     
  10 |     # Executable image
Update build image version up to go1.19 ``` $ make docker-storage ... #0 25.68 pkg/local_object_storage/shard/shard.go:37:26: undefined: atomic.Bool #0 25.73 git.frostfs.info/TrueCloudLab/frostfs-node/pkg/services/object/put/v2 #0 26.01 make: *** [Makefile:40: bin/frostfs-node] Error 2 ------ Dockerfile.storage:8 -------------------- 6 | COPY . /src 7 | 8 | >>> RUN make bin/frostfs-node 9 | 10 | # Executable image ```
alexvanin added the
bug
label 2023-07-05 15:47:52 +00:00
alexvanin changed title from Can't build docker image of storage node in `support/v0.36`. to Can't build docker image of storage node in `support/v0.36` 2023-07-05 15:48:01 +00:00

Let's add an action for docker/* too.

Let's add an action for docker/* too.
dstepanov-yadro was assigned by fyrchik 2023-07-07 14:58:24 +00:00
fyrchik added the
blocked
label 2023-07-10 13:13:34 +00:00

Postponed, because our forgejo actors execute in docker currently.

Postponed, because our forgejo actors execute in docker currently.
fyrchik added this to the v0.37.0 milestone 2023-07-10 13:14:07 +00:00
fyrchik removed this from the v0.37.0 milestone 2023-07-13 10:48:52 +00:00

Closed via #513

Closed via #513
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
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-node#493
There is no content yet.