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
Task 1:
In ContainerFile1 Line 1 says.
FROM ode:lts-alpine
I guess it should be :
FROM node:lts-alpine
Also, Task 9
Building the image takes extremely long time at RUN apt-get -y install nodejs npm curl . Would be good if this has been some small image.
And I have doubt on the task here which says. Tag it so it can be pushed to the ckad-dev repo in the internal-reg.io registry.
The answer given is internal-reg.io/ckad-dev/ckad:ps3. Shouldn't the image be internal-reg.io/{user}/ckad-dev:ps3?
The text was updated successfully, but these errors were encountered:
Task 1:
In ContainerFile1 Line 1 says.
FROM ode:lts-alpine
I guess it should be :
FROM node:lts-alpine
Also, Task 9
Building the image takes extremely long time at RUN apt-get -y install nodejs npm curl . Would be good if this has been some small image.
And I have doubt on the task here which says.
Tag it so it can be pushed to the
ckad-dev
repo in theinternal-reg.io
registry.The answer given is internal-reg.io/ckad-dev/ckad:ps3. Shouldn't the image be internal-reg.io/{user}/ckad-dev:ps3?
The text was updated successfully, but these errors were encountered: