Skip to content

Commit

Permalink
feat(tunnel): Set debug image name
Browse files Browse the repository at this point in the history
To be removed before merging.

Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed Jun 7, 2024
1 parent 54af998 commit c24bbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/kraft/cloud/tunnel/tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func runProxy(ctx context.Context, cli kcinstances.InstancesService, proxyPorts
}

crinstResp, err := cli.Create(ctx, kcinstances.CreateRequest{
Image: "kraftcloud/tunlr:latest",
Image: "sergiu.unikraft.io/tunlr-test:latest", // TODO: Use official image
MemoryMB: ptr(64),
Args: args,
ServiceGroup: &kcinstances.CreateRequestServiceGroup{
Expand Down

0 comments on commit c24bbef

Please sign in to comment.