Skip to content

Update images digests#230

Merged
nataliagranato merged 1 commit into
mainfrom
update-digests
May 29, 2026
Merged

Update images digests#230
nataliagranato merged 1 commit into
mainfrom
update-digests

Conversation

@nataliagranato

@nataliagranato nataliagranato commented May 29, 2026

Copy link
Copy Markdown
Owner

Update images digests

NONE

Changes

Details
diff --git a/distroless/Dockerfile b/distroless/Dockerfile
index 67fb980..81b8218 100644
--- a/distroless/Dockerfile
+++ b/distroless/Dockerfile
@@ -1,4 +1,4 @@
-FROM cgr.dev/chainguard/python:latest@sha256:f960fea6d1fb1c0ad626558d9db323ff84468927ac37cd7fa889b512ba0dc1c9 as builder
+FROM cgr.dev/chainguard/python:latest@sha256:30ac20a34bae29023ae54b454e85fedb5cfb7de5f206dc73112bf8b0e3e3e190 as builder
 
 ENV LANG=C.UTF-8
 ENV PYTHONDONTWRITEBYTECODE=1
@@ -12,7 +12,7 @@ COPY requirements.txt .
 
 RUN pip install --no-cache-dir -r requirements.txt
 
-FROM cgr.dev/chainguard/python:latest@sha256:f960fea6d1fb1c0ad626558d9db323ff84468927ac37cd7fa889b512ba0dc1c9
+FROM cgr.dev/chainguard/python:latest@sha256:30ac20a34bae29023ae54b454e85fedb5cfb7de5f206dc73112bf8b0e3e3e190
 
 WORKDIR /linky
 

Summary by CodeRabbit

Notas de Lançamento

  • Chores
    • Atualizada a imagem base do ambiente de execução para melhor segurança e compatibilidade.

Review Change Stack

Signed-off-by: Natália Granato <nataliagranato@ufmg.br>
@coderabbitai

coderabbitai Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8f96403d-9e00-40e2-a389-dd74acf9b072

📥 Commits

Reviewing files that changed from the base of the PR and between dcbba43 and 2c00dc3.

📒 Files selected for processing (1)
  • distroless/Dockerfile

Walkthrough

O Dockerfile multi-estágio atualiza os digests de imagem base do Chainguard Python para versão mais recente, aplicando a mesma atualização pinada nos estágios builder e final, garantindo consistência nas dependências base.

Changes

Atualização de Imagem Docker

Layer / File(s) Summary
Chainguard Python base image digest updates
distroless/Dockerfile
Os digests de imagem pinados do Chainguard Python são atualizados no estágio builder e no estágio final para a mesma versão.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutos

Possibly related PRs

  • nataliagranato/docker101#223: Ambos os PRs modificam apenas distroless/Dockerfile para atualizar os digests de imagem base do Chainguard Python nos estágios builder e final.
  • nataliagranato/docker101#154: Ambos os PRs modificam distroless/Dockerfile atualizando os digests de imagem e ajustando o PATH do venv final para /venv/bin, com sobreposição direta nas mesmas linhas do Dockerfile.
  • nataliagranato/docker101#127: Ambos os PRs modificam distroless/Dockerfile atualizando os digests de imagem base do Chainguard Python e ajustando o PATH final do venv de /linky/venv/bin para /venv/bin.

Suggested labels

Review effort 1/5

Poem

🐰 Digests Updated, Clean and Bright

Base images dance to Chainguard's light,
Two stages leap to versions new,
No logic bends, no paths askew—
Just pins renewed with careful care,
Docker thrives with this layer pair! 🌱

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed O título 'Update images digests' está diretamente relacionado às mudanças no PR: atualização de digests de imagens no Dockerfile.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-digests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nataliagranato nataliagranato merged commit 568b8ca into main May 29, 2026
5 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant