Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/actions-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


FROM ghcr.io/trueforge-org/devcontainer:3.0.2@sha256:b12e98ab6785a4441a6888171fa6766081e825a4805230c7f0c9c3aed989f8df
FROM ghcr.io/trueforge-org/devcontainer:3.0.2@sha256:64581a11648b87b29a0864c0969d62de9b5cc53887d135459253d4e6807e3683

USER root

Expand Down Expand Up @@ -95,4 +95,4 @@
&& chown -R apps:docker /home/runner/k8s

USER apps
COPY --chmod=0755 . /

Check warning on line 98 in apps/actions-runner/Dockerfile

View workflow job for this annotation

GitHub Actions / Build actions-runner / Build (linux/amd64)

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/

Check warning on line 98 in apps/actions-runner/Dockerfile

View workflow job for this annotation

GitHub Actions / Build actions-runner / Build (linux/arm64)

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/
Loading