-
Notifications
You must be signed in to change notification settings - Fork 810
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
Update Nodejs Apt Repository to latest #3434
Update Nodejs Apt Repository to latest #3434
Conversation
Build Succeeded 👏 Build Id: 641a9e2a-130a-43a8-9b36-997f8e6aae55 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
build/build-image/Dockerfile
Outdated
RUN echo "deb [signed-by=$KEYRING] https://deb.nodesource.com/$VERSION $DISTRO main" | tee /etc/apt/sources.list.d/nodesource.list | ||
RUN echo "deb-src [signed-by=$KEYRING] https://deb.nodesource.com/$VERSION $DISTRO main" | tee -a /etc/apt/sources.list.d/nodesource.list | ||
# Create deb repository for a specific Node major version | ||
ARG NODE_MAJOR=10 |
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.
My bad, I typed 10 instead of 18 in the issue
But I think 20 would be ok too
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.
Looks good as long as tests pass
Build Failed 😱 Build Id: 911102f8-5fa5-46db-a49c-89cc94715ea4 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
I think we'll need to update both this and agones/build/build-sdk-images/node/Dockerfile at the same time - since in the above is where the failure happens. |
Can you please check this log and confirm if everything looks good? https://gist.github.com/Kalaiselvi84/65cf8131f5f3062028ae03254ed1d83d |
I've updated the |
Build Failed 😱 Build Id: 9f9ec9b3-0095-47f5-a3fd-c0d61285b52d To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
🤞🏻 |
Aarg, we'll need to do agones/build/build-sdk-images/restapi/Dockerfile as well (since it's all used in the same test). I'm still not 100% sure we need nodejs there? But for right now, let's replace it so we can unstick CI, and we can try again later in removing the nodejs dependency from the image at a later date. |
Done! |
We can, but we'll need to bump the example image number and eventually push a new image at that time as well, so it could be handled seperately. |
Just watching the build - looks like |
Build Succeeded 👏 Build Id: 09e600fb-33c3-46fe-9b9d-d9eb49460e85 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Silly question: Are we good to merge, or do we need to test it? |
This was the test 😄 - feel free to move this to "ready for review" 👍🏻 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Kalaiselvi84, markmandel, steven-supersolid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 57be9e12-30a6-4452-a31b-99c1e008ffdc The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Work on #3430
Special notes for your reviewer: