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 engine: replace ContainerConfig with Config #1355

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

manics
Copy link
Member

@manics manics commented Jun 28, 2024

ContainerConfig has been removed, https://docs.docker.com/engine/deprecated/#container-and-containerconfig-fields-in-image-inspect says to use Config.

AFAIK the presence or absence of this field depends on the Docker host daemon, not docker-py.

Closes #1354

ContainerConfig has been removed
@manics manics added the bug label Jun 28, 2024
@yuvipanda
Copy link
Collaborator

Can confirm that I see Config.WorkingDir

@yuvipanda yuvipanda merged commit 5ed9901 into jupyterhub:main Jun 28, 2024
18 checks passed
@manics manics deleted the docker-config branch June 28, 2024 18:44
@yuvipanda
Copy link
Collaborator

I'll make a release shortly

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.

Tests failing in main due to dependence on deprecated ContainerConfig
2 participants