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: small fix for dev docker #1786

Merged
merged 14 commits into from
Dec 27, 2023
Merged

fix: small fix for dev docker #1786

merged 14 commits into from
Dec 27, 2023

Conversation

studioj
Copy link
Collaborator

@studioj studioj commented Dec 26, 2023

bumping to focal (hirsute is not maintained anymore)
and libkrb5 was needed otherwise there were weird install errors after running tox

.devcontainer/Dockerfile Outdated Show resolved Hide resolved
@adehad
Copy link
Contributor

adehad commented Dec 27, 2023

I think the key is to change the .devcontainer.json file as that overrode the variable in the Dockerfile.

Ran a test now where I built the devcontainer from that branch and it seems to have worked as expected:
image

It successfully used the jammy version and installed the project

@adehad
Copy link
Contributor

adehad commented Dec 27, 2023

Regarding the test failing, I think it is now how when deleting a project the project does not get permanently deleted, but exists in a 'trash', so it is still 'found' by some endpoints but not others. A bit weird I thought I fixed with the right new parameter, but it seems not?

.devcontainer/Dockerfile Outdated Show resolved Hide resolved
Co-authored-by: Adel Haddad <26027314+adehad@users.noreply.github.com>
tests/test_client.py Outdated Show resolved Hide resolved
Copy link
Contributor

@adehad adehad left a comment

Choose a reason for hiding this comment

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

sorry for making this more than a 'small fix'

@studioj
Copy link
Collaborator Author

studioj commented Dec 27, 2023

sorry for making this more than a 'small fix'

was intending to do a small one but then i saw CI failing :D

@studioj studioj merged commit fa76365 into main Dec 27, 2023
12 checks passed
@studioj studioj deleted the fix/dev-docker-needs-some-package branch December 27, 2023 18:36
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.

2 participants