Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker installation exit code 100 at line 14 #3109

Open
Naro-Sec opened this issue Dec 19, 2024 · 3 comments
Open

Docker installation exit code 100 at line 14 #3109

Naro-Sec opened this issue Dec 19, 2024 · 3 comments
Assignees
Labels

Comments

@Naro-Sec
Copy link

Naro-Sec commented Dec 19, 2024

Describe the bug

[ 6/30] RUN apt-get update && apt-get -y install python3 python3-pip python3-venv git curl golang-go:
0.494 Ign:1 http://security.ubuntu.com/ubuntu lunar-security InRelease
0.514 Err:2 http://security.ubuntu.com/ubuntu lunar-security Release
0.514 404 Not Found [IP: 185.125.190.83 80]
0.637 Ign:3 http://archive.ubuntu.com/ubuntu lunar InRelease
0.730 Ign:4 http://archive.ubuntu.com/ubuntu lunar-updates InRelease
0.820 Ign:5 http://archive.ubuntu.com/ubuntu lunar-backports InRelease
0.911 Err:6 http://archive.ubuntu.com/ubuntu lunar Release
0.911 404 Not Found [IP: 91.189.91.83 80]
1.001 Err:7 http://archive.ubuntu.com/ubuntu lunar-updates Release
1.001 404 Not Found [IP: 91.189.91.83 80]
1.088 Err:8 http://archive.ubuntu.com/ubuntu lunar-backports Release
1.088 404 Not Found [IP: 91.189.91.83 80]
1.094 Reading package lists...
1.113 E: The repository 'http://security.ubuntu.com/ubuntu lunar-security Release' does not have a Release file.
1.113 E: The repository 'http://archive.ubuntu.com/ubuntu lunar Release' does not have a Release file.
1.113 E: The repository 'http://archive.ubuntu.com/ubuntu lunar-updates Release' does not have a Release file.
1.113 E: The repository 'http://archive.ubuntu.com/ubuntu lunar-backports Release' does not have a Release file.


Dockerfile:14

13 |
14 | >>> RUN apt-get update &&
15 | >>> apt-get -y install python3 python3-pip python3-venv git curl golang-go
16 |

ERROR: failed to solve: process "/bin/bash -c apt-get update && apt-get -y install python3 python3-pip python3-venv git curl golang-go" did not complete successfully: exit code: 100

Desktop.
I am using Windows with WSL.

Additional context
The problem is fixed when I changed ubuntu version 23.04 to 24.04.

Copy link

Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/

@3ch035
Copy link

3ch035 commented Dec 19, 2024

To clarify, I set the first line in the docker file "FROM ubuntu:23.04" to "FROM ubuntu:24.04" and successfully built the caldera image.

@rachelcamurphy
Copy link

Thank you for sharing your solution. Happy to hear you got everything working!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants