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

Fix docker build error for go 1.20.5 version #4877

Merged
merged 1 commit into from
Aug 13, 2023

Conversation

dttung2905
Copy link
Contributor

Hi team,
This MR fixes the following two errors when I break down the RUN command line by line

  • The first error is about installing docker-ce-cli
142.7 Package docker-ce-cli is not available, but is referred to by another package.
142.7 This may mean that the package is missing, has been obsoleted, or
142.7 is only available from another source
142.7 
142.8 E: Package 'docker-ce-cli' has no installation candidate
  • The second error happens when we try to install pre-commit python package with pip
161.2 error: externally-managed-environment
161.2 
161.2 × This environment is externally managed
161.2 ╰─> To install Python packages system-wide, try apt install
161.2     python3-xyz, where xyz is the package you are trying to
161.2     install.
161.2     
161.2     If you wish to install a non-Debian-packaged Python package,
161.2     create a virtual environment using python3 -m venv path/to/venv.
161.2     Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
161.2     sure you have python3-full installed.
161.2     
161.2     If you wish to install a non-Debian packaged Python application,
161.2     it may be easiest to use pipx install xyz, which will manage a
161.2     virtual environment for you. Make sure you have pipx installed.
161.2     
161.2     See /usr/share/doc/python3.11/README.venv for more information.

Checklist

Fixes #4719
Related to https://github.com/kedacore/keda/actions/runs/5331741740/jobs/9660245056

@dttung2905 dttung2905 requested a review from a team as a code owner August 13, 2023 14:50
@github-actions
Copy link

Thank you for your contribution! 🙏 We will review your PR as soon as possible.

🏖️ Over the summer, the response time will be longer than usual due to maintainers taking time off so please bear with us.

While you are waiting, make sure to:

Learn more about:

Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️❤️❤️

@JorTurFer JorTurFer enabled auto-merge (squash) August 13, 2023 17:53
@JorTurFer
Copy link
Member

/skip-e2e

@JorTurFer JorTurFer merged commit b18ccd6 into kedacore:main Aug 13, 2023
20 checks passed
yoongon pushed a commit to yoongon/keda that referenced this pull request Aug 26, 2023
toniiiik pushed a commit to toniiiik/keda that referenced this pull request Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not able to bump Devcontainer to Go 1.20.5
3 participants