-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat(devbox): Build image #2943
base: main
Are you sure you want to change the base?
Conversation
silvestre
commented
May 22, 2024
•
edited
Loading
edited
- feat(devbox): Add Cloud MTA Build Tool to devbox
- feat(devbox): Build image
# Issue For building MTAs the Cloud MTA Build Tool is required. # Fix Add it via local flake
# Issue To switch over our CI workflows to devbox a docker image is required. # Fix Build it from the Dockerfile generated with `devbox generate dockerfile`
6a3e6e8
to
34a22f6
Compare
# Issue The image name was constructed multiple times. # Fix Use `IMAGE_NAME` environment variable
# Issue jetify-com/devbox#2073 # Fix Remove step number.
# Issue - `sap-piper` is not needed at the moment. - `mbt` was cryptically named. # Fix - Remove `sap-piper` - Rename `mbt` to the name of the repo
# Issue `credhub` is not part of `.tool-versions`, so no mapping is needed # Fix Remove `credhub` mapping
e8e8bce
to
ea75773
Compare
for pkg in data['packages']: | ||
if pkg.startswith(f"{package}@"): | ||
return pkg.split('@')[1] | ||
return None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice one 👍
@@ -0,0 +1,18 @@ | |||
FROM jetpackio/devbox@sha256:430afb5a5c9b4ec9f56776e8fcb82fe67fa5fabba3ba67ebb1c13b17d0e8de8d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested if the CI-pipeline required stuff like make acceptance-tests
, make test
etc. works with this docker image?
Quality Gate passedIssues Measures |