Uh oh!
There was an error while loading. Please reload this page.
Multiple slim - #850
Conversation
a1de351 to
7a888d0Comparekhasim
commented
Aug 29, 2018
Hi @LaurentGoderre will this be fixed shortly, anything I can help with ? Thanks |
b29a16f to
9fc3dabCompareLaurentGoderre
commented
Sep 5, 2018
LaurentGoderre
commented
Sep 5, 2018
The benefit of this is it creates the |
chorrell
commented
Sep 5, 2018
I'm not sure what caused this test to stall: https://travis-ci.com/nodejs/docker-node/jobs/143886958 Maybe we need to pin to a specific version on eclint? |
chorrell
commented
Sep 5, 2018
I restarted the test build. |
chorrell
commented
Sep 5, 2018
Maybe that failure was just an issue with the npm registry? Anyway, it's nice that we can restart builds now :-) |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
9fc3dab to
e58b0c0CompareLaurentGoderre
commented
Sep 5, 2018
@chorrell good catch! |
e58b0c0 to
204471dCompare
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
56b248a to
26fb32fCompare
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
26fb32f to
6d5a848CompareLaurentGoderre
commented
Sep 6, 2018
@chorrell@PeterDaveHello what do you think of my approach? |
6d5a848 to
06e58b1Comparechorrell
commented
Sep 6, 2018
I think I prefer separate templates. It will make the update script simpler and we can just delete the jessie template when we drop it. |
yosifkit
commented
Sep 11, 2018
This bit from RUN set -ex; \
if ! command -v gpg > /dev/null; then \
apt-get update; \
apt-get install -y --no-install-recommends \
gnupg \
dirmngr \
; \
rm -rf /var/lib/apt/lists/*; \
fi |
LaurentGoderre
commented
Sep 12, 2018
@yosifkit wow that's even cleaner!!!! |
06e58b1 to
6dcc3b3Compare6dcc3b3 to
aeced95Comparechorrell
commented
Nov 21, 2018
LGTM. The only thing I’m not certain about are the architecture files |
tianon
commented
Nov 21, 2018
This seems all correct to me. |
Sounds like we can merge this then do the Docker Hub PR for #921 I'm still sick, will most likely be taking the rest of the day off. If someone else can pick this up, that would be great. |
lag-linaro
commented
Nov 22, 2018
Yes, it's getting better.
Why do these -onboard images not support the other architectures? Are these still built from Jessie? (same comment for all of the other -onbuild images)
Do you know why this doesn't support the other architectures? Are these still built from Jessie? (same comment for all the other -slim variants)
You have 2 'slim' entries in this line.
|
LaurentGoderre
commented
Nov 22, 2018
@lag-linaro the two slim was fixed. As for what architecture are supported, I just preserved what was there before. |
Ah, so this change doesn't update the GitCommit tags. Is that already set as a separate piece of work? This library file is now referencing tags which are several months old. This misses out on the fact that the |
LaurentGoderre
commented
Nov 22, 2018
@lag-linaro perhaps but that should be looked at in a different PR I think |
lag-linaro
commented
Nov 23, 2018
I'm okay with that. In which case, if the duplicate LGTM |
LaurentGoderre
commented
Nov 23, 2018
@SimenB want to merge? |
SimenB
commented
Nov 24, 2018
I'm a bit hesitant to land this before the security releases on Tuesday... Thoughts on that? |
chorrell
commented
Nov 24, 2018
The security update will include stretch as the new default for the slim and base image. Landing this first would give people a Jessie option for slim. And we should do the pr for the recent update to v8.x.x before Tuesday |
chorrell
commented
Nov 25, 2018
Actually, I think you're right. This can wait until after the security update |
1fda969 to
fb54d5fCompareLaurentGoderre
commented
Nov 28, 2018
@chorrell@PeterDaveHello@SimenB rebased |
SimenB
left a comment
There was a problem hiding this comment.
We'll still have node:10-slim right?
Yep (via |
No description provided.