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

broken Docker build #3098

Open
rfulwell opened this issue Nov 27, 2024 · 2 comments
Open

broken Docker build #3098

rfulwell opened this issue Nov 27, 2024 · 2 comments
Assignees
Labels

Comments

@rfulwell
Copy link
Contributor

Describe the bug
The Docker build is broken due to an unsupported base image.

To Reproduce

  1. per the docs, git clone https://github.com/mitre/caldera.git --recursive
  2. cd caldera
  3. docker-compose build

Expected behavior
Successful Docker build.

Screenshots
image

Desktop (please complete the following information):

  • OS: WSL2/Ubuntu
  • Browser: N/A
  • Version: latest default branch (5.0.0)

Additional context
Note the FROM: line at the top of the file specifies Ubuntu 23.04.
That version is no longer supported: https://endoflife.date/ubuntu
image
I recommend this project move to the latest available LTS version (Ubuntu 24.04). I'll open up a PR to do that and reference this issue.

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/

@rfulwell
Copy link
Contributor Author

btw, there's a straightforward Docker one-liner to repro the problem locally:

docker run ubuntu:23.04 apt-get update

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

2 participants