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
tagcommand in Lab 3.2 depends on several steps from Lab 3.1: thebuildstep,imageslisting, 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 thesimpleapptagging step.Perhaps the image name has a typo. List images again with
sudo docker imagescommand and ensure that you are attempting totagthe image you find in your local image cache. If it is not found in the cache, then you need to re-build thesimpleappimage.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
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 112 Mobile Computing
- 20 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 977 Programming and Development
- 310 Kernel Development
- 649 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class 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)