salmon-scientist-57815
10/23/2024, 1:51 PMbig-spring-14945
11/12/2024, 1:08 PMdeploymentRegistry
setting. At least in the config you provided in https://discord.com/channels/817392104711651328/1303760789978484746 it seems like the remote-dev environment does have a deploymentRegistry
, and I assume you are using that environment?
I'm looking into the code and will keep you posted. Can you share the full error message in the mean time, maybe with a stack trace (You can get the full stack trace using the option -l5
)salmon-scientist-57815
11/13/2024, 4:13 PMsalmon-scientist-57815
11/13/2024, 4:34 PMsalmon-scientist-57815
11/20/2024, 4:40 PMfreezing-pharmacist-34446
11/26/2024, 2:31 PMgarden self-update edge-bonsai
. Can you give that a try?freezing-pharmacist-34446
11/26/2024, 2:54 PMsalmon-scientist-57815
11/26/2024, 8:03 PMDeploymentRegistry
specified in the project.garden.yml
and tries to push to hub.docker.comsalmon-scientist-57815
11/26/2024, 8:03 PMFailed to publish Build type=container name=signalling-server-linux-x86-64: Error: publish Build type=container name=signalling-server-linux-x86-64 failed: Error: Unable to run regctl command "image copy registry.gitlab.com/aivero/prop/workspace/signalling-server-linux-x86-64:v-9c6dab3b10 signalling-server-linux-x86-64:v-9c6dab3b10" in /home/rapha/Development/workspace/.garden/build/signalling-server-linux-x86-64: Command "/home/rapha/.garden/tools/regctl/66d14b3f0b23786d/regctl-linux-amd64 image copy registry.gitlab.com/aivero/prop/workspace/signalling-server-linux-x86-64:v-9c6dab3b10 signalling-server-linux-x86-64:v-9c6dab3b10" failed with code 1:
time="2024-11-26T20:57:36+01:00" level=warning msg="Failed to push blob" err="failed to send blob post, ref docker.io/library/signalling-server-linux-x86-64@sha256:42195d6a8d351a35091df362ad4a0d56344a51e56d8d7853c998a5c57a468d6d: unauthorized" src="registry.gitlab.com/aivero/prop/workspace/signalling-server-linux-x86-64@sha256:42195d6a8d351a35091df362ad4a0d56344a51e56d8d7853c998a5c57a468d6d" tgt="docker.io/library/signalling-server-linux-x86-64@sha256:42195d6a8d351a35091df362ad4a0d56344a51e56d8d7853c998a5c57a468d6d"
time="2024-11-26T20:57:36+01:00" level=warning msg="Failed to copy layer" err="failed to send blob post, ref docker.io/library/signalling-server-linux-x86-64@sha256:42195d6a8d351a35091df362ad4a0d56344a51e56d8d7853c998a5c57a468d6d: unauthorized" layer="sha256:5cab7a77a6666f5254f5afda40e2ea3a025a3ec6fdd1ca437e7b1c491563c120" source="registry.gitlab.com/aivero/prop/workspace/signalling-server-linux-x86-64@sha256:42195d6a8d351a35091df362ad4a0d56344a51e56d8d7853c998a5c57a468d6d" target="docker.io/library/signalling-server-linux-x86-64@sha256:42195d6a8d351a35091df362ad4a0d56344a51e56d8d7853c998a5c57a468d6d"
failed to send blob post, ref docker.io/library/signalling-server-linux-x86-64@sha256:42195d6a8d351a35091df362ad4a0d56344a51e56d8d7853c998a5c57a468d6d: unauthorized
salmon-scientist-57815
11/26/2024, 8:04 PMfreezing-pharmacist-34446
12/03/2024, 3:06 PMpublishId
in your container build actions if you don't want to wait for that.freezing-pharmacist-34446
12/03/2024, 3:08 PMsalmon-scientist-57815
12/04/2024, 2:10 PMlatest
or the name of the branch?
EDIT: Yes its simply `garden publish name-of-action --tag latest`: https://docs.garden.io/other-plugins/container#publishing-imagesfreezing-pharmacist-34446
12/05/2024, 11:19 AMpublishId
is always the safe bet anyway, but yeah if you are already using a remote deployment registry that should be part of the default push target unless otherwise specified.freezing-pharmacist-34446
02/11/2025, 12:52 PMsalmon-scientist-57815
02/11/2025, 1:09 PMsalmon-scientist-57815
02/11/2025, 1:24 PMfreezing-pharmacist-34446
02/11/2025, 3:17 PM