File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dockerfiles/agent-discovery Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# This Dockerfile is used to create a Gitpod workspace with GitHub CLI installed.
22
33# We start from the Gitpod full workspace image which includes a broad range of development tools.
4- FROM gitpod/workspace-full:2025-10-03-12-40-36
4+ FROM gitpod/workspace-full:2025-10-06-13-14-25
55
66# The RUN command executes a series of commands in the new layer of the image and commits the results.
77# The following commands are executed:
Original file line number Diff line number Diff line change 11# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
22
33# We start from the Debian 'trixie' image.
4- FROM debian:trixie-20250610 -slim as prepare-stage
4+ FROM debian:trixie-20250929 -slim as prepare-stage
55
66# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
77COPY *sh /usr/local/bin/
You can’t perform that action at this time.
0 commit comments