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.
[email protected]:/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.
[email protected]:/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
[email protected]:/localdocker$ sudo systemctl restart docker.service
[email protected]:/localdocker$ sudo systemctl status docker.service | grep Active
Active: active (running) since Fri 2020-11-27 16:24:08 UTC; 23s ago
Step 24
[email protected]:/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
[email protected]:/localdocker$ sudo docker tag ubuntu:latest 10.98.38.59:5000/tagtest
Step 25
[email protected]:/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
[email protected]:/localdocker$ sudo docker image remove ubuntu:latest
Untagged: ubuntu:latest
Untagged: [email protected]:c95a8e48bf88e9849f3e0f723d9f49fa12c5a00cfc6e60d2bc99d87555295e4c
[email protected]:/localdocker$
Step 27
[email protected]:/localdocker$ sudo docker remove 10.98.38.59:5000/tagtest
docker: 'remove' is not a docker command.
See 'docker --help'
[email protected]:/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/[email protected]:4e4bc990609ed865e07afc8427c30ffdddca5153fd4e82c20d8f0783a291e241
Deleted: sha256:f643c72bc25212974c16f3348b3a898b1ec1eb13ec1539e10a103e6e217eb2f1
Deleted: sha256:9386795d450ce06c6819c8bc5eff8daa71d47ccb9f9fb8d49fe1ccfb5fb3edbe
Deleted: sha256:3779241fda7b1caf03964626c3503e930f2f19a5ffaba6f4b4ad21fd38df3b6b
Deleted: sha256:bacd3af13903e13a43fe87b6944acd1ff21024132aad6e74b4452d984fb1a99a
[email protected]:/localdocker$
Step 28
[email protected]:/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
[email protected]:/localdocker$ sudo docker tag simpleapp 10.98.38.59:5000/simpleapp
Error response from daemon: No such image: simpleapp:latest
[email protected]:/localdocker$ sudo docker tag simpleapp 10.98.38.59:5000/simpleapp
Error response from daemon: No such image: simpleapp:latest
[email protected]:/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
[email protected]:~/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
[email protected]:~/app1$ sudo docker tag simpleapp 10.98.38.59:5000/simpleapp
[email protected]:~/app1$
[email protected]:~/app1$
[email protected]:~/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
- 8.8K All Categories
- 13 LFX Mentorship
- 66 LFX Mentorship: Linux Kernel
- 357 Linux Foundation Boot Camps
- 227 Cloud Engineer Boot Camp
- 69 Advanced Cloud Engineer Boot Camp
- 23 DevOps Engineer Boot Camp
- 5 Cloud Native Developer Boot Camp
- 732 Training Courses
- 14 LFC110 Class Forum
- 16 LFD102 Class Forum
- 96 LFD103 Class Forum
- 2 LFD121 Class Forum
- 55 LFD201 Class Forum
- 1 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum
- 14 LFD254 Class Forum
- 422 LFD259 Class Forum
- 78 LFD272 Class Forum
- 1 LFD272-JP クラス フォーラム
- 15 LFS200 Class Forum
- 684 LFS201 Class Forum
- LFS201-JP クラス フォーラム
- 271 LFS211 Class Forum
- 50 LFS216 Class Forum
- 23 LFS241 Class Forum
- 26 LFS242 Class Forum
- 18 LFS243 Class Forum
- 4 LFS244 Class Forum
- 7 LFS250 Class Forum
- LFS250-JP クラス フォーラム
- 105 LFS253 Class Forum
- 753 LFS258 Class Forum
- 7 LFS258-JP クラス フォーラム
- 48 LFS260 Class Forum
- 75 LFS261 Class Forum
- 6 LFS262 Class Forum
- 76 LFS263 Class Forum
- 14 LFS264 Class Forum
- 10 LFS266 Class Forum
- 8 LFS267 Class Forum
- 8 LFS268 Class Forum
- 5 LFS269 Class Forum
- 173 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- 184 LFW211 Class Forum
- 100 LFW212 Class Forum
- 876 Hardware
- 205 Drivers
- 74 I/O Devices
- 43 Monitors
- 115 Multimedia
- 204 Networking
- 98 Printers & Scanners
- 82 Storage
- 716 Linux Distributions
- 78 Debian
- 64 Fedora
- 12 Linux Mint
- 13 Mageia
- 22 openSUSE
- 125 Red Hat Enterprise
- 33 Slackware
- 13 SUSE Enterprise
- 344 Ubuntu
- 445 Linux System Administration
- 33 Cloud Computing
- 63 Command Line/Scripting
- Github systems admin projects
- 88 Linux Security
- 73 Network Management
- 105 System Management
- 45 Web Management
- 50 Mobile Computing
- 18 Android
- 19 Development
- 1.2K New to Linux
- 1.1K Getting Started with Linux
- 499 Off Topic
- 119 Introductions
- 193 Small Talk
- 19 Study Material
- 743 Programming and Development
- 237 Kernel Development
- 472 Software Development
- 899 Software
- 245 Applications
- 178 Command Line
- 2 Compiling/Installing
- 72 Games
- 313 Installation
- 19 All In Program
- 19 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)