Skip to content

Commit

Permalink
pin Docker images version (#2129)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 authored Jan 18, 2024
1 parent d8f0c46 commit e52d1b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/features/build_from_dockerfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ image will be built with a random name and tag.
If your Dockerfile expects build args:

```Dockerfile
FROM alpine
FROM alpine@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48

ARG FOO

Expand Down
2 changes: 1 addition & 1 deletion modules/redis/testdata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM docker.io/redis:5.0-alpine
FROM docker.io/redis:5.0-alpine@sha256:1a3c609295332f1ce603948142a132656c92a08149d7096e203058533c415b8c
2 changes: 1 addition & 1 deletion testdata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM docker.io/redis:5.0-alpine
FROM docker.io/redis:5.0-alpine@sha256:1a3c609295332f1ce603948142a132656c92a08149d7096e203058533c415b8c
2 changes: 1 addition & 1 deletion wait/testdata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine as builder
FROM golang:1.18-alpine@sha256:77f25981bd57e60a510165f3be89c901aec90453fd0f1c5a45691f6cb1528807 as builder
WORKDIR /app
COPY . .
RUN mkdir -p dist
Expand Down

0 comments on commit e52d1b1

Please sign in to comment.