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

Bump docker version to fix tests in newer debian versions #1

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

dan-hipschman
Copy link

@dan-hipschman dan-hipschman commented Jun 25, 2024

Context

When trying to update our service base image to Debian 12 (bookworm), lint checks and tests fail to run in concourse.

The issue is docker-library/official-images#16829

Here's an example: https://concourse.managed.services.opendoor.com/teams/engineering/pipelines/prices/jobs/master-lint-checks/builds/2594#L6647de41:59

The solution is to update the version of docker. We run tests in the dcind (docker compose in docker) image, which is ~5 years old. We already have a fork of it, so I just updated docker and docker compose.

Test

Before: https://concourse.managed.services.opendoor.com/teams/engineering/pipelines/marketing/jobs/lint-tests/builds/260#L6647ee88:249

After: https://concourse.managed.services.opendoor.com/teams/engineering/pipelines/marketing/jobs/lint-tests/builds/269 (Yea, the lint checks failed, but the point is that they run)

Copy link

@markrmullan markrmullan left a comment

Choose a reason for hiding this comment

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

LGTM

@dan-hipschman dan-hipschman merged commit 348734d into master Jun 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants