Skip to content

Update images digests#232

Merged
nataliagranato merged 1 commit into
mainfrom
update-digests
Jun 3, 2026
Merged

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

Conversation

@nataliagranato

@nataliagranato nataliagranato commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Update images digests

NONE

Changes

Details
diff --git a/distroless/Dockerfile b/distroless/Dockerfile
index 81b8218..81bd983 100644
--- a/distroless/Dockerfile
+++ b/distroless/Dockerfile
@@ -1,4 +1,4 @@
-FROM cgr.dev/chainguard/python:latest@sha256:30ac20a34bae29023ae54b454e85fedb5cfb7de5f206dc73112bf8b0e3e3e190 as builder
+FROM cgr.dev/chainguard/python:latest@sha256:ffc3de748e31707704da3ec6566ebaf420a7d6a072ce3ac7fbb9491a6ac69ffd 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:30ac20a34bae29023ae54b454e85fedb5cfb7de5f206dc73112bf8b0e3e3e190
+FROM cgr.dev/chainguard/python:latest@sha256:ffc3de748e31707704da3ec6566ebaf420a7d6a072ce3ac7fbb9491a6ac69ffd
 
 WORKDIR /linky
 

Summary by CodeRabbit

  • Chores
    • Atualizada imagem base do Python no ambiente de container.

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

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

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: 0e24fd7f-3e18-43ff-91fb-b22b4d208709

📥 Commits

Reviewing files that changed from the base of the PR and between ec90fbc and f44b264.

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

Walkthrough

O distroless/Dockerfile recebe atualização de digests SHA256 da imagem base cgr.dev/chainguard/python em ambos os estágios do build multistage: no builder (linha 1) e no estágio final (linha 15). A estrutura de compilação, venv, WORKDIR e configurações de PATH permanecem inalteradas.

Mudanças

Atualização de Imagem Base Chainguard

Camada / Arquivo(s) Resumo
Digests SHA256 dos estágios builder e final
distroless/Dockerfile
Os digests SHA256 da imagem base cgr.dev/chainguard/python são atualizados no estágio builder (linha 1) e no estágio final (linha 15), sem alterações na lógica de compilação ou configuração de runtime.

Esforço estimado de revisão de código

🎯 1 (Trivial) | ⏱️ ~3 minutos

PRs possivelmente relacionadas

  • nataliagranato/docker101#119: Ambos modificam apenas distroless/Dockerfile atualizando digests da imagem base cgr.dev/chainguard/python nos estágios builder e final.
  • nataliagranato/docker101#223: Ambos atualizam apenas digests SHA256 da imagem base cgr.dev/chainguard/python em distroless/Dockerfile sem alterações na lógica de compilação.
  • nataliagranato/docker101#230: Ambos alteram distroless/Dockerfile atualizando o digest da imagem base cgr.dev/chainguard/python nos estágios builder e final.

Rótulos sugeridos

Review effort 1/5

Poema

🐰 Uma pequena atualização,
Digests novos, sem agitação,
Python Chainguard refinado,
Imagem base renovada,
Build mantém perfeição!

🚥 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' descreve com precisão a mudança principal do PR: atualização dos digests SHA256 das imagens Docker no arquivo distroless/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 8262a2f into main Jun 3, 2026
5 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Jun 23, 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