-
Notifications
You must be signed in to change notification settings - Fork 288
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
[TESTING ONLY] #2063
base: main
Are you sure you want to change the base?
[TESTING ONLY] #2063
Conversation
Signed-off-by: Matej Vašek <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2063 +/- ##
==========================================
- Coverage 79.72% 79.72% -0.00%
==========================================
Files 176 176
Lines 13263 13277 +14
==========================================
+ Hits 10573 10584 +11
- Misses 2021 2022 +1
- Partials 669 671 +2
Flags with carried forward coverage won't be shown. Click here to find out more. |
I created simple acceptance test with this code, and @matejvasek you were right I got the following error: Host Settings:
Binds: 'pack-cache-some-org_gbmqdqekqf_latest-bc166514d2fd.build:/cache pack-layers-smuiylvmuq:/layers pack-app-ohcxidehgd:/workspace'
Network Mode: 'host'
ERROR: failed to build: executing lifecycle: failed to create 'creator' container: "specify mac-address per network" requires API version 1.44, but the Docker daemon API version is 1.38 We are actually using Docker API version I will try to update and push the acceptance test to this branch |
…r API 1.44 Signed-off-by: Juan Bustamante <[email protected]>
Signed-off-by: Juan Bustamante <[email protected]>
Signed-off-by: Juan Bustamante <[email protected]>
This table shows the Docker version used by pack and the runners, we need to move to 25.0 in order to support setting the
|
No description provided.