Lab3.1: failing in trying to pull docker.io/library/python:3--no such host

Here there,
is there any registry needed on my VM before pulling image to docker.io? I am failing building docker image for lab3.1.
Below is the command:
vagrant@cp:~/app1$ sudo podman build -t simpleapp .Error message from the command:
STEP 1/4: FROM python:3
✔ docker.io/library/python:3
Trying to pull docker.io/library/python:3...
Error: error creating build container: initializing source docker://python:3: pinging container registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such hostnslookup to verify that registry-1.docker.io is accessible:
vagrant@cp:~/app1$ nslookup registry-1.docker.io
Server: 127.0.0.53
Address: 127.0.0.53#53
Non-authoritative answer:
Name: registry-1.docker.io
Address: 54.83.42.45
Name: registry-1.docker.io
Address: 54.242.59.189
Name: registry-1.docker.io
Address: 3.215.51.67
** server can't find registry-1.docker.io: NXDOMAIN
vagrant@cp:~/app1$
where else should I check? Thanks
Shao
Best Answer
-
Hi @caishaoping,
During the exam you will be provided with a pre-built environment with the necessary virtual instances for nodes. For additional exam related details you can examine the candidate handbook for CKAD, or additional certification exam-specific questions may be answered by the LF support team by opening a ticket at trainingsupport.linuxfoundation.org.
Regards,
-Chris0
Answers
-
Hi @caishaoping,
It seems that your custom Ubuntu distribution behaves differently than the official and the cloud distros. Name resolution is not working as expected, so I would recommend editing
/etc/resolv.conf
on both nodes to add a popular nameserver to fix the DNS issues.Regards,
-Chris0 -
Just wanted to follow up with update of my way of resolution to fix the issue, "netplan" was new to me. Here is what I did:
- before change:
vagrant@cp:~/app1$ cat /etc/netplan/50-vagrant.yaml
network:
version: 2
renderer: networkd
ethernets:
eth1:
addresses:
- 172.16.0.100/24Vim to chagne:
vagrant@cp:~/app1$ sudo vim /etc/netplan/50-vagrant.yamlAfter the change:
vagrant@cp:~/app1$ sudo cat /etc/netplan/50-vagrant.yaml
network:
version: 2
renderer: networkd
ethernets:
eth1:
addresses:
- 172.16.0.100/24
nameservers:
addresses: [1.1.1.1,1.0.0.1,8.8.8.8,8.8.4.4]vagrant@cp:~/app1$ sudo netplan try
Do you want to keep these settings?
Press ENTER before the timeout to accept the new configuration
Changes will revert in 115 secondsvagrant@cp:~/app1$ sudo netplan apply
vagrant@cp:~/app1$ sudo podman build -t simpleapp .
STEP 1/4: FROM python:3
✔ docker.io/library/python:3
Trying to pull docker.io/library/python:3...
Getting image source signatures
Copying blob d8092d56ded5 done
Copying blob 3e94d13e55e7 done
Copying blob 1671565cc8df done
Copying blob 53ad072f9cd1 done
Copying blob fa9c7528c685 done
Copying blob d6b983117533 done
Copying blob 102b77c1d556 done
Copying blob c65fe89c654d done
Copying blob 18db97afaa16 done
Copying config 4f9baf941f done
Writing manifest to image destination
Storing signatures
STEP 2/4: ADD simple.py /
.
.
.0 -
Hi @chrispokorni,
Yes, my VM is using Chef's 'bento/ubuntu-20.04' version '202206.03.0', will this flavor of Ubuntu give me any difference in CKAD certification testing?
As to /etc/resolv.conf, I did not have to add new nameservers, instead, I used netplan to apply changes of nameservers, will look further which resolv file is updated by netplan tool.
Thanks
Shao0
Categories
- All Categories
- 51 LFX Mentorship
- 104 LFX Mentorship: Linux Kernel
- 576 Linux Foundation IT Professional Programs
- 304 Cloud Engineer IT Professional Program
- 125 Advanced Cloud Engineer IT Professional Program
- 53 DevOps Engineer IT Professional Program
- 61 Cloud Native Developer IT Professional Program
- 5 Express Training Courses
- 5 Express Courses - Discussion Forum
- 2.1K Training Courses
- 19 LFC110 Class Forum
- 7 LFC131 Class Forum
- 27 LFD102 Class Forum
- 158 LFD103 Class Forum
- 20 LFD121 Class Forum
- 1 LFD137 Class Forum
- 61 LFD201 Class Forum
- 1 LFD210 Class Forum
- LFD210-CN Class Forum
- 1 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum
- LFD237 Class Forum
- 23 LFD254 Class Forum
- 611 LFD259 Class Forum
- 105 LFD272 Class Forum
- 1 LFD272-JP クラス フォーラム
- 1 LFD273 Class Forum
- 2 LFS145 Class Forum
- 25 LFS200 Class Forum
- 739 LFS201 Class Forum
- 1 LFS201-JP クラス フォーラム
- 11 LFS203 Class Forum
- 75 LFS207 Class Forum
- 300 LFS211 Class Forum
- 54 LFS216 Class Forum
- 47 LFS241 Class Forum
- 41 LFS242 Class Forum
- 37 LFS243 Class Forum
- 11 LFS244 Class Forum
- 37 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 141 LFS253 Class Forum
- LFS254 Class Forum
- 1.1K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 93 LFS260 Class Forum
- 132 LFS261 Class Forum
- 33 LFS262 Class Forum
- 80 LFS263 Class Forum
- 15 LFS264 Class Forum
- 11 LFS266 Class Forum
- 18 LFS267 Class Forum
- 18 LFS268 Class Forum
- 23 LFS269 Class Forum
- 203 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS274 Class Forum
- LFS281 Class Forum
- 236 LFW211 Class Forum
- 172 LFW212 Class Forum
- 7 SKF100 Class Forum
- SKF200 Class Forum
- 903 Hardware
- 219 Drivers
- 74 I/O Devices
- 44 Monitors
- 116 Multimedia
- 209 Networking
- 101 Printers & Scanners
- 85 Storage
- 763 Linux Distributions
- 88 Debian
- 66 Fedora
- 15 Linux Mint
- 13 Mageia
- 24 openSUSE
- 142 Red Hat Enterprise
- 33 Slackware
- 13 SUSE Enterprise
- 357 Ubuntu
- 479 Linux System Administration
- 41 Cloud Computing
- 70 Command Line/Scripting
- Github systems admin projects
- 95 Linux Security
- 78 Network Management
- 108 System Management
- 49 Web Management
- 68 Mobile Computing
- 23 Android
- 30 Development
- 1.2K New to Linux
- 1.1K Getting Started with Linux
- 538 Off Topic
- 131 Introductions
- 217 Small Talk
- 22 Study Material
- 826 Programming and Development
- 278 Kernel Development
- 514 Software Development
- 928 Software
- 260 Applications
- 184 Command Line
- 3 Compiling/Installing
- 76 Games
- 316 Installation
- 61 All In Program
- 61 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)