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

Skip to content

Disable explicitly pulling the docker image in the CI #1480

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

Closed
Manangka opened this issue Mar 7, 2025 · 0 comments · Fixed by #1481
Closed

Disable explicitly pulling the docker image in the CI #1480

Manangka opened this issue Mar 7, 2025 · 0 comments · Fixed by #1481
Assignees

Comments

@Manangka
Copy link
Collaborator

Manangka commented Mar 7, 2025

We are experiencing flaky build on the TeamCity build server.
An theory is that the builds are failing due to a pull collision when the docker images are pulled at the start of a build
By disabling the 'explicit pull' option this might happen less frequent

@Manangka Manangka moved this to 🏗 In Progress in iMOD Suite Mar 7, 2025
@Manangka Manangka self-assigned this Mar 7, 2025
@Manangka Manangka moved this from 🏗 In Progress to 🧐 In Review in iMOD Suite Mar 7, 2025
github-merge-queue bot pushed a commit that referenced this issue 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
<!---
Before requesting review, please go through this 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
@github-project-automation github-project-automation bot moved this from 🧐 In Review to ✅ Done in iMOD Suite Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant