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 11, 2024
1 parent 159afb6 commit bcf5212
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 @@ -365,7 +365,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 bcf5212

Please sign in to comment.