nigelpoulton / ckad

Support files for Pluralsight CKAD course
112 stars 98 forks source link

2 Define build and modify container images #46

Open arunv84 opened 1 month ago

arunv84 commented 1 month ago

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?