Skip to content

Conversation

@jekuaitk
Copy link
Contributor

@jekuaitk jekuaitk commented Jan 6, 2026

https://leantime.itkdev.dk/#/tickets/showTicket/6267

We recently encountered an issue with an image being removed, c.f itk-dev/selvbetjening.aarhuskommune.dk#459 and itk-dev/deltag.aarhus.dk#581.

The added action simply checks that images can be pulled across any compose profile. Should it check across all profiles? Some profiles are simply meant for local development in very specific cases, i.e. mock oidc.

Note

The Drupal site actions install and update technically already checks this via docker compose pull calls, but a separate check focussing on this seems fitting to me.

Copy link
Contributor

@rimi-itk rimi-itk left a comment

Choose a reason for hiding this comment

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

Looks good to me.

- uses: actions/checkout@v5
- name: Check that docker images can be pulled
run: |
COMPOSE_PROFILES='*' docker compose pull
Copy link
Contributor

Choose a reason for hiding this comment

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

🎉 (for remembering to include all profiles)

Comment on lines +11 to +12
on:
pull_request:
Copy link
Contributor

Choose a reason for hiding this comment

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

@jekuaitk
Copy link
Contributor Author

jekuaitk commented Jan 7, 2026

As per discussion in Teams this is deemed as unnecessary.

@jekuaitk jekuaitk closed this Jan 7, 2026
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