Skip to content

Commit

Permalink
vcsim: Lock alpine image tag to non-latest tag
Browse files Browse the repository at this point in the history
Signed-off-by: Gabe Rosenhouse <gabriel.rosenhouse@broadcom.com>
  • Loading branch information
rosenhouse committed Nov 15, 2024
1 parent ddcfd6a commit 53d31e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/container_host_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func createSimulationHost(ctx *Context, host *HostSystem) (*simHost, error) {
execCmds = append(execCmds, netCmds...)

// create the container
sh.c, err = create(ctx, hName, hUuid, dockerNet, dockerVol, nil, dockerEnv, "alpine", []string{"sleep", "infinity"})
sh.c, err = create(ctx, hName, hUuid, dockerNet, dockerVol, nil, dockerEnv, "alpine:3.20.3", []string{"sleep", "infinity"})
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 53d31e9

Please sign in to comment.