ckad
ckad copied to clipboard
2 Define build and modify container images
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?