Skip to content

Commit

Permalink
Run providers in separate container (#194)
Browse files Browse the repository at this point in the history
* run providers in separate containers

Signed-off-by: Emily McMullan <[email protected]>

* clean resources using routines

Signed-off-by: Emily McMullan <[email protected]>

update settings with provider images

Signed-off-by: Emily McMullan <[email protected]>

* allow for retrying provider container run

Signed-off-by: Emily McMullan <[email protected]>

---------

Signed-off-by: Emily McMullan <[email protected]>
  • Loading branch information
eemcmullan authored Apr 24, 2024
1 parent c2289f8 commit 1484e83
Show file tree
Hide file tree
Showing 8 changed files with 1,386 additions and 1,355 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN microdnf -y install git &&\
FROM quay.io/konveyor/static-report:latest as static-report

# Build the manager binary
FROM golang:1.19 as builder
FROM golang:1.21 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
Loading

0 comments on commit 1484e83

Please sign in to comment.