You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time=2018-06-06T20:08:01.651Z | ---------------- DOCKER START ----------------
Time=2018-06-06T20:08:07.378Z | Step 1/16 : FROM node:8.11.2@sha256:321655aeb195b7946e9a29d28453388751389e8ced66b4dea772ae76a6985309
Time=2018-06-06T20:08:07.902Z | { status: 'Pulling from library/node', id: '8.11.2' }
Time=2018-06-06T20:08:08.182Z | Encountered error when building image
That PR was trying to pin the docker images to make builds more stable. Currently we're using labels from docker, which can change as the underlying OS takes patches.
Renovate (the new dependency updating tool) takes care of creating new PRs as the docker image associated with the label changes.
It's not critical that this get fixed (we decided to stick with plain labels, they've worked just fine so far), but it might be good to understand what went wrong.
The text was updated successfully, but these errors were encountered:
Can you provide a link to the commit where this was breaking? I don't understand the title or description - can you fill up the description so we can get some context and understanding of what actually broke?
When trying to build the original code in Automattic/wp-calypso#25321, dserve would bomb with the following log:
That PR was trying to pin the docker images to make builds more stable. Currently we're using labels from docker, which can change as the underlying OS takes patches.
Renovate (the new dependency updating tool) takes care of creating new PRs as the docker image associated with the label changes.
It's not critical that this get fixed (we decided to stick with plain labels, they've worked just fine so far), but it might be good to understand what went wrong.
The text was updated successfully, but these errors were encountered: