-
Notifications
You must be signed in to change notification settings - Fork 43
Add conforma executable symlink in container images #3072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add conforma executable symlink in container images #3072
Conversation
Mounts for go cache were missing, which caused `make dist-container` to fail due to the var not being set on line 60 in build.sh.
We might choose to change the binary name properly one day, but for now this will let us tentatively see how it feels to use the new name.
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
User description
Also fix a bug related to mounting go cache volumes when doing a local image build.
PR Type
Enhancement, Bug fix
Description
Add symlink for "conforma" command in container images
Fix missing Go cache volume mounts in local builds
Diagram Walkthrough
File Walkthrough
Dockerfile
Add conforma command symlinkDockerfile
/usr/local/bin/ecto/usr/local/bin/conformaDockerfile.dist
Add conforma command symlinkDockerfile.dist
/usr/local/bin/ecto/usr/local/bin/conformaMakefile
Fix Go cache volume mounts in buildMakefile
--volumeflags to mount Go cache directory at/go/cache--volumeflags to mount Go modules directory at/go/modGOCACHEandGOMODCACHEfor buildahmake dist-containerfailures