Skip to content

Commit

Permalink
Version: 1.4.10
Browse files Browse the repository at this point in the history
Update images digests
  • Loading branch information
Rapha-Borges authored Mar 14, 2024
2 parents 020feb1 + d94cd74 commit 2613da2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions OCI/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
app: giropops-senhas
spec:
containers:
- image: raphaelborges/linuxtips-giropops-senhas:latest@sha256:c8b21ff2e0c5ba9f5709e83340087fd698c0245c92912a8281e080ea57cf46ce
- image: raphaelborges/linuxtips-giropops-senhas:latest@sha256:0983e8fe2cfd0296d0587f0d9f4dc51444bd97a9dca8210a42d33480628f264a
name: giropops-senhas
ports:
- containerPort: 5000
Expand Down Expand Up @@ -161,7 +161,7 @@ spec:
app: redis
spec:
containers:
- image: cgr.dev/chainguard/redis:latest@sha256:5a351b571f86b7ee69aa1cb7a4f6761aaa19ed3728e6b72fe5d89895123541d8
- image: cgr.dev/chainguard/redis:latest@sha256:17c62b30dfe7199c0f47df684a43621e227f394a4a2dd2ea6f7b0afce61e0bd9
name: redis
ports:
- containerPort: 6379
Expand Down
4 changes: 2 additions & 2 deletions giropops-senhas/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM cgr.dev/chainguard/python:latest-dev@sha256:9ee3605335cc8f68d8fb18ecf198aa984428015b65d84c0983d045920fd59ae7 as builder
FROM cgr.dev/chainguard/python:latest-dev@sha256:536ef35b39718bedfe7794109507062bc222653b2b2ea8eb8eff94f144821871 as builder
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt --user

FROM cgr.dev/chainguard/python:latest@sha256:227fc741b1ff222576390c28900831e34f817016aa76292913e50f778083f988
FROM cgr.dev/chainguard/python:latest@sha256:a66df8b987e2cd6ce3e7e6f133fac56ee53467ca685b8b013ac2cb462410128c
WORKDIR /app
COPY --from=builder /home/nonroot/.local/lib/python3.12/site-packages /home/nonroot/.local/lib/python3.12/site-packages
COPY --from=builder /app /app
Expand Down
2 changes: 1 addition & 1 deletion kind/manifests/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
app: redis
spec:
containers:
- image: cgr.dev/chainguard/redis:latest@sha256:5a351b571f86b7ee69aa1cb7a4f6761aaa19ed3728e6b72fe5d89895123541d8
- image: cgr.dev/chainguard/redis:latest@sha256:17c62b30dfe7199c0f47df684a43621e227f394a4a2dd2ea6f7b0afce61e0bd9
name: redis
ports:
- containerPort: 6379
Expand Down

0 comments on commit 2613da2

Please sign in to comment.