Skip to content

Commit

Permalink
Add file for stable, oldstable and unstable imgs
Browse files Browse the repository at this point in the history
Add `file` to linting images:

- `go-ci-stable`
- `go-ci-oldstable`
- `go-ci-unstable`

This provides the requested tool for use with CodeQL GitHub
Actions jobs.

refs GH-1636
  • Loading branch information
atc0005 committed Jul 29, 2024
1 parent ca31f6d commit fb1c9e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oldstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ ENV GOTESTDOX_VERSION="v0.2.2"

ENV APT_BSDMAINUTILS_VERSION="12.1.8"
ENV APT_TREE_VERSION="2.1.0-1"
ENV APT_FILE_VERSION="1:5.44-3"

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bsdmainutils=${APT_BSDMAINUTILS_VERSION} \
tree=${APT_TREE_VERSION} \
file=${APT_FILE_VERSION} \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
\
Expand Down
2 changes: 2 additions & 0 deletions stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,13 @@ ENV GOTESTDOX_VERSION="v0.2.2"

ENV APT_BSDMAINUTILS_VERSION="12.1.8"
ENV APT_TREE_VERSION="2.1.0-1"
ENV APT_FILE_VERSION="1:5.44-3"

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bsdmainutils=${APT_BSDMAINUTILS_VERSION} \
tree=${APT_TREE_VERSION} \
file=${APT_FILE_VERSION} \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 2 additions & 0 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,13 @@ ENV GOTESTDOX_VERSION="v0.2.2"

ENV APT_BSDMAINUTILS_VERSION="12.1.8"
ENV APT_TREE_VERSION="2.1.0-1"
ENV APT_FILE_VERSION="1:5.44-3"

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bsdmainutils=${APT_BSDMAINUTILS_VERSION} \
tree=${APT_TREE_VERSION} \
file=${APT_FILE_VERSION} \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit fb1c9e2

Please sign in to comment.