Closed astefanutti closed 1 year ago
/assign @anishasthana @asm582
/hold (I want to make sure we get the codeflare-sdk hotfix release out before this is merged in)
/unhold
Hey, the pkg/config
directory is not being copied into the Docker image during the build process causing the build command to fail.
Just a quick change to the Dockerfile:
# Copy the go source
COPY main.go main.go
COPY controllers/ controllers/
+ COPY pkg/ pkg/
@VanillaSpoon great catch, thanks! Fixed in 0c0fa548c3a8fd25e7ae1fb0e4d6a5ff508dab4c.
/LGTM
/lgtm also :)
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: anishasthana
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Issue link
Closes #132
What changes have been made
main.go
to use the structured configurationVerification steps
Start InstaScale, make sure it works as expected.