Skip to content

Commit

Permalink
changes for windows hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
devkimittal committed Jan 4, 2023
1 parent 66960d6 commit d116e10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions engine/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ func (e *Docker) create(ctx context.Context, pipelineConfig *spec.PipelineConfig
toConfig(pipelineConfig, step),
toHostConfig(pipelineConfig, step),
toNetConfig(pipelineConfig, step),
toPlatform(pipelineConfig),
step.ID,
)

Expand All @@ -257,7 +256,6 @@ func (e *Docker) create(ctx context.Context, pipelineConfig *spec.PipelineConfig
toConfig(pipelineConfig, step),
toHostConfig(pipelineConfig, step),
toNetConfig(pipelineConfig, step),
toPlatform(pipelineConfig),
step.ID,
)
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/harness/lite-engine

go 1.17

replace github.com/docker/docker => github.com/moby/moby v20.10.8+incompatible
replace github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible

require (
github.com/cenkalti/backoff/v4 v4.1.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,8 @@ github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:F
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f/go.mod h1:OkQIRizQZAeMln+1tSwduZz7+Af5oFlKirV/MSYes2A=
github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc=
github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible h1:NT0cwArZg/wGdvY8pzej4tPr+9WGmDdkF8Suj+mkz2g=
github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
github.com/moby/moby v20.10.8+incompatible h1:Bq+xfiSjbCmVwhvm0vWDdQt0s/p99LF1DrcuQVrJzjc=
github.com/moby/moby v20.10.8+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c=
Expand Down

0 comments on commit d116e10

Please sign in to comment.