Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Go is missing from the environment for pre-commit (#26)
Browse files Browse the repository at this point in the history
* Add guidance for using Workspace badge button

* Improve formatting

* chore(devfile) link v2 devfile to :3.9; set image refs to registry.redhat.io/devspaces/

Signed-off-by: Red Hat Devstudio Release Bot <[email protected]>

* chore(devfile):auto-update Ansible Creator EE image

* merging README.md

* testing some changes for che

* Add gitleaks as part of the pre-commits for demonstrations

* Update Dockerfile with glibc-langpack-en

* Update Dockerfile

* added go to the docker build for pre-commits

---------

Signed-off-by: Red Hat Devstudio Release Bot <[email protected]>
Co-authored-by: Hunter Gerlach <[email protected]>
Co-authored-by: Kathryn Yetter <[email protected]>
Co-authored-by: Red Hat Devstudio Release Bot <[email protected]>
Co-authored-by: Valerii Svydenko <[email protected]>
Co-authored-by: kyetter <[email protected]>
  • Loading branch information
6 people committed Mar 4, 2024
1 parent 6ac6324 commit d27f6cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ENV HOME=/home/runner
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt

## install golang for pre-commit
RUN microdnf install -y go

## kubectl
RUN \
microdnf install -y which && \
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ kubernetes==26.1.0
ansible-navigator==3.5.0
pre-commit==3.6.0
ansible-creator

0 comments on commit d27f6cf

Please sign in to comment.