File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dockerfiles/agent-discovery Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
run : cd ./dockerfiles/ && docker build . --file Dockerfile --tag localbuild/testimage:latest
39
39
40
40
- name : Run the Anchore Grype scan action
41
- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e
41
+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c
42
42
id : scan
43
43
with :
44
44
path : " ."
Original file line number Diff line number Diff line change 1
1
# This Dockerfile is used to create a Gitpod workspace with GitHub CLI installed.
2
2
3
3
# We start from the Gitpod full workspace image which includes a broad range of development tools.
4
- FROM gitpod/workspace-full:2025-06-11-08-40-32
4
+ FROM gitpod/workspace-full:2025-06-16-15-20-00
5
5
6
6
# The RUN command executes a series of commands in the new layer of the image and commits the results.
7
7
# The following commands are executed:
Original file line number Diff line number Diff line change 1
1
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
2
2
3
3
# We start from the Debian 'bookworm' image dated 2023-11-20.
4
- FROM debian:bookworm-20250520 -slim as prepare-stage
4
+ FROM debian:bookworm-20250610 -slim as prepare-stage
5
5
6
6
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
7
7
COPY *sh /usr/local/bin/
You can’t perform that action at this time.
0 commit comments