Skip to content

Commit

Permalink
Version: 1.4.13
Browse files Browse the repository at this point in the history
Update images digests
  • Loading branch information
Rapha-Borges authored Apr 1, 2024
2 parents 0e133d9 + 87c0689 commit e91cfe9
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:5582635c8a0a6d741b55c3f7ae7a99b7f542e9a9eb9ba5a51f4dab3355fea946
- image: raphaelborges/linuxtips-giropops-senhas:latest@sha256:867378c94844136c11ff82d524f364536b4dcfbcbe1738a4a8f6d1fce1a494af
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:6ecb73e714ab634bc058de6320bceb0794dc6849465c5e87adbb1d2fde852478
- image: cgr.dev/chainguard/redis:latest@sha256:10cf338f28a91c61dcce127ecacd26a1ff23979c0e1b2c13e5915ced43e9ca09
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:af9d618ad0994f19fd93fd9d0096a91c783a2b97883c6add72c89cf81555e048 as builder
FROM cgr.dev/chainguard/python:latest-dev@sha256:5e011b48d919b43dba2d821e7646f643eec568ab545ed5a2662d662e66e97e80 as builder
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt --user

FROM cgr.dev/chainguard/python:latest@sha256:fc921903ce0904ef1a0b4e0b442a94d3de1a361999970517679da3382e7dc7d2
FROM cgr.dev/chainguard/python:latest@sha256:c8c58449cd64727cfca03206b798ee9f3d64f8930273855db573538e023150a0
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:6ecb73e714ab634bc058de6320bceb0794dc6849465c5e87adbb1d2fde852478
- image: cgr.dev/chainguard/redis:latest@sha256:10cf338f28a91c61dcce127ecacd26a1ff23979c0e1b2c13e5915ced43e9ca09
name: redis
ports:
- containerPort: 6379
Expand Down

0 comments on commit e91cfe9

Please sign in to comment.