Thanks to visit codestin.com
Credit goes to github.com

Skip to content

#1480 Disable pulling the docker image team a build is started #1481

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

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

Manangka
Copy link
Collaborator

@Manangka Manangka commented Mar 7, 2025

Fixes #1480

Description

We are experiencing flaky builds on the TeamCity build server.

A theory is that the builds are failing due to pull collisions when the docker images are pulled at the start of a build.
By disabling the 'explicit pull' option this might happen less frequent

With this change an image will only be pulled when its not present on the agent. If the image is overwritten on the registry the old image has to be manually removed from the agents

Checklist

  • Links to correct issue
  • Update changelog, if changes affect users
  • PR title starts with Issue #nr, e.g. Issue #737
  • Unit tests were added
  • If feature added: Added/extended example

Copy link

sonarqubecloud bot commented Mar 7, 2025

@Manangka Manangka added this pull request to the merge queue Mar 7, 2025
Merged via the queue into master with commit 2521620 Mar 7, 2025
7 checks passed
@Manangka Manangka deleted the issue_#1480_Disable_explicit_docker_pull branch March 7, 2025 16:19
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.

Disable explicitly pulling the docker image in the CI
2 participants