Lab 3.2 step 29 No such image: simpleapp:latest
Hello,
I have stuck on this lab everything was working fine until this step also seems on the previous step I have downloaded less than expected in the notes by the pull request in step 28. Please help is the image really missing?
step 28.
student@master:/localdocker$ sudo docker pull 10.98.38.59:5000/tagtest
Using default tag: latest
latest: Pulling from tagtest
da7391352a9b: Pull complete
14428a6d4bcd: Pull complete
2c2d948710f2: Pull complete
Digest: sha256:4e4bc990609ed865e07afc8427c30ffdddca5153fd4e82c20d8f0783a291e241
Status: Downloaded newer image for 10.98.38.59:5000/tagtest:latest
10.98.38.59:5000/tagtest:latest
step 29.
student@master:/localdocker$ sudo docker tag simpleapp 10.98.38.59:5000/simpleapp
Error response from daemon: No such image: simpleapp:latest
Below you can find all my steps which were successful so far.
=====
lab 3.2 from step 23
Step 23
student@master:/localdocker$ sudo systemctl restart docker.service
student@master:/localdocker$ sudo systemctl status docker.service | grep Active
Active: active (running) since Fri 2020-11-27 16:24:08 UTC; 23s ago
Step 24
student@master:/localdocker$ sudo docker pull ubuntu
Using default tag: latest
latest: Pulling from library/ubuntu
da7391352a9b: Pull complete
14428a6d4bcd: Pull complete
2c2d948710f2: Pull complete
Digest: sha256:c95a8e48bf88e9849f3e0f723d9f49fa12c5a00cfc6e60d2bc99d87555295e4c
Status: Downloaded newer image for ubuntu:latest
docker.io/library/ubuntu:latest
student@master:/localdocker$ sudo docker tag ubuntu:latest 10.98.38.59:5000/tagtest
Step 25
student@master:/localdocker$ sudo docker push 10.98.38.59:5000/tagtest
The push refers to repository [10.98.38.59:5000/tagtest]
f6253634dc78: Pushed
9069f84dbbe9: Pushed
bacd3af13903: Pushed
latest: digest: sha256:4e4bc990609ed865e07afc8427c30ffdddca5153fd4e82c20d8f0783a291e241 size: 943
Step 26
student@master:/localdocker$ sudo docker image remove ubuntu:latest
Untagged: ubuntu:latest
Untagged: ubuntu@sha256:c95a8e48bf88e9849f3e0f723d9f49fa12c5a00cfc6e60d2bc99d87555295e4c
student@master:/localdocker$
Step 27
student@master:/localdocker$ sudo docker remove 10.98.38.59:5000/tagtest
docker: 'remove' is not a docker command.
See 'docker --help'
student@master:/localdocker$ sudo docker image remove 10.98.38.59:5000/tagtest
Untagged: 10.98.38.59:5000/tagtest:latest
Untagged: 10.98.38.59:5000/tagtest@sha256:4e4bc990609ed865e07afc8427c30ffdddca5153fd4e82c20d8f0783a291e241
Deleted: sha256:f643c72bc25212974c16f3348b3a898b1ec1eb13ec1539e10a103e6e217eb2f1
Deleted: sha256:9386795d450ce06c6819c8bc5eff8daa71d47ccb9f9fb8d49fe1ccfb5fb3edbe
Deleted: sha256:3779241fda7b1caf03964626c3503e930f2f19a5ffaba6f4b4ad21fd38df3b6b
Deleted: sha256:bacd3af13903e13a43fe87b6944acd1ff21024132aad6e74b4452d984fb1a99a
student@master:/localdocker$
Step 28
student@master:/localdocker$ sudo docker pull 10.98.38.59:5000/tagtest
Using default tag: latest
latest: Pulling from tagtest
da7391352a9b: Pull complete
14428a6d4bcd: Pull complete
2c2d948710f2: Pull complete
Digest: sha256:4e4bc990609ed865e07afc8427c30ffdddca5153fd4e82c20d8f0783a291e241
Status: Downloaded newer image for 10.98.38.59:5000/tagtest:latest
10.98.38.59:5000/tagtest:latest
Step 29
student@master:/localdocker$ sudo docker tag simpleapp 10.98.38.59:5000/simpleapp
Error response from daemon: No such image: simpleapp:latest
student@master:/localdocker$ sudo docker tag simpleapp 10.98.38.59:5000/simpleapp
Error response from daemon: No such image: simpleapp:latest
student@master:/localdocker$
Comments
-
Hi @smonov,
Your step numbers are slightly off, perhaps because the lab PDF may be of a prior/outdated course release.
The successful completion of the
tag
command in Lab 3.2 depends on several steps from Lab 3.1: thebuild
step,images
listing, and the containerrun
. Steps 23-28 listed above only prove that the Docker is configured to access the private registry, otherwise they are not related to the successful completion of thesimpleapp
tagging step.Perhaps the image name has a typo. List images again with
sudo docker images
command and ensure that you are attempting totag
the image you find in your local image cache. If it is not found in the cache, then you need to re-build thesimpleapp
image.Regards,
-Chris0 -
Thank you Chris,
Thanks for the help,
For all facing the same issue.simpleapp image wasn't created all seems like I missed to do 3.1 lab. Now it is working since 3.1 is completed
student@master:~/app1$ sudo docker pull 10.98.38.59:5000/tagtest
Using default tag: latest
latest: Pulling from tagtest
Digest: sha256:4e4bc990609ed865e07afc8427c30ffdddca5153fd4e82c20d8f0783a291e241
Status: Image is up to date for 10.98.38.59:5000/tagtest:latest
10.98.38.59:5000/tagtest:latest
student@master:~/app1$ sudo docker tag simpleapp 10.98.38.59:5000/simpleapp
student@master:~/app1$
student@master:~/app1$
student@master:~/app1$ sudo docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
10.98.38.59:5000/simpleapp latest 9cdfaf746620 2 hours ago 902MB
simpleapp latest 9cdfaf746620 2 hours ago 902MB
10.98.38.59:5000/tagtest latest f643c72bc252 3 days ago 72.9MB
nginx latest bc9a0695f571 4 days ago 133MB
calico/node v3.17.0 048e0ac26968 5 days ago 165MB
calico/pod2daemon-flexvol v3.17.0 fe6179f12c0a 5 days ago 21.7MB
calico/cni v3.17.0 94159b46f8d8 5 days ago 128MB
calico/kube-controllers v3.17.0 55795eb50753 5 days ago 52.1MB
k8s.gcr.io/kube-proxy v1.19.0 bc9c328f379c 3 months ago 118MB
k8s.gcr.io/kube-controller-manager v1.19.0 09d665d529d0 3 months ago 111MB
k8s.gcr.io/kube-apiserver v1.19.0 1b74e93ece2f 3 months ago 119MB
k8s.gcr.io/kube-scheduler v1.19.0 cbdc8369d8b1 3 months ago 45.7MB
k8s.gcr.io/etcd 3.4.9-1 d4ca8726196c 5 months ago 253MB
registry 2 2d4f4b5309b1 5 months ago 26.2MB
k8s.gcr.io/coredns 1.7.0 bfe3a36ebd25 5 months ago 45.2MB
nginx 1.17 9beeba249f3e 6 months ago 127MB
python 2 68e7be49c28c 7 months ago 902MB
k8s.gcr.io/pause 3.2 80d28bedfe5d 9 months ago 683kB0
Categories
- All Categories
- 217 LFX Mentorship
- 217 LFX Mentorship: Linux Kernel
- 788 Linux Foundation IT Professional Programs
- 352 Cloud Engineer IT Professional Program
- 177 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 146 Cloud Native Developer IT Professional Program
- 137 Express Training Courses
- 137 Express Courses - Discussion Forum
- 6.2K Training Courses
- 46 LFC110 Class Forum - Discontinued
- 70 LFC131 Class Forum
- 42 LFD102 Class Forum
- 226 LFD103 Class Forum
- 18 LFD110 Class Forum
- 37 LFD121 Class Forum
- 18 LFD133 Class Forum
- 7 LFD134 Class Forum
- 18 LFD137 Class Forum
- 71 LFD201 Class Forum
- 4 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 2 LFD233 Class Forum
- 4 LFD237 Class Forum
- 24 LFD254 Class Forum
- 693 LFD259 Class Forum
- 111 LFD272 Class Forum
- 4 LFD272-JP クラス フォーラム
- 12 LFD273 Class Forum
- 145 LFS101 Class Forum
- 1 LFS111 Class Forum
- 3 LFS112 Class Forum
- 2 LFS116 Class Forum
- 4 LFS118 Class Forum
- 6 LFS142 Class Forum
- 5 LFS144 Class Forum
- 4 LFS145 Class Forum
- 2 LFS146 Class Forum
- 3 LFS147 Class Forum
- 1 LFS148 Class Forum
- 15 LFS151 Class Forum
- 2 LFS157 Class Forum
- 25 LFS158 Class Forum
- 7 LFS162 Class Forum
- 2 LFS166 Class Forum
- 4 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 3 LFS178 Class Forum
- 3 LFS180 Class Forum
- 2 LFS182 Class Forum
- 5 LFS183 Class Forum
- 31 LFS200 Class Forum
- 737 LFS201 Class Forum - Discontinued
- 3 LFS201-JP クラス フォーラム
- 18 LFS203 Class Forum
- 130 LFS207 Class Forum
- 2 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 302 LFS211 Class Forum
- 56 LFS216 Class Forum
- 52 LFS241 Class Forum
- 48 LFS242 Class Forum
- 38 LFS243 Class Forum
- 15 LFS244 Class Forum
- 2 LFS245 Class Forum
- LFS246 Class Forum
- 48 LFS250 Class Forum
- 2 LFS250-JP クラス フォーラム
- 1 LFS251 Class Forum
- 151 LFS253 Class Forum
- 1 LFS254 Class Forum
- 1 LFS255 Class Forum
- 7 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.2K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 118 LFS260 Class Forum
- 159 LFS261 Class Forum
- 42 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 24 LFS267 Class Forum
- 22 LFS268 Class Forum
- 30 LFS269 Class Forum
- LFS270 Class Forum
- 202 LFS272 Class Forum
- 2 LFS272-JP クラス フォーラム
- 1 LFS274 Class Forum
- 4 LFS281 Class Forum
- 9 LFW111 Class Forum
- 259 LFW211 Class Forum
- 181 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 795 Hardware
- 199 Drivers
- 68 I/O Devices
- 37 Monitors
- 102 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 85 Storage
- 758 Linux Distributions
- 82 Debian
- 67 Fedora
- 17 Linux Mint
- 13 Mageia
- 23 openSUSE
- 148 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 353 Ubuntu
- 468 Linux System Administration
- 39 Cloud Computing
- 71 Command Line/Scripting
- Github systems admin projects
- 93 Linux Security
- 78 Network Management
- 102 System Management
- 47 Web Management
- 63 Mobile Computing
- 18 Android
- 33 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 370 Off Topic
- 114 Introductions
- 173 Small Talk
- 22 Study Material
- 805 Programming and Development
- 303 Kernel Development
- 484 Software Development
- 1.8K Software
- 261 Applications
- 183 Command Line
- 3 Compiling/Installing
- 987 Games
- 317 Installation
- 96 All In Program
- 96 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)