Skip to content
Merged
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ARG USER_UID=1000
ARG USERNAME=vscode

FROM fedora:42@sha256:b3d16134560afa00d7cc2a9e4967eb5b954512805f3fe27d8e70bbed078e22ea AS create-user
FROM fedora:42@sha256:7e09f4db0ebdd29667156230ccb7e0f3791e50e28ce04ab6e6825f00d2a63b95 AS create-user
# redeclare ARGs
ARG http_proxy
ARG https_proxy
Expand Down Expand Up @@ -154,7 +154,7 @@
EOF

# Copy the local repository into the workspace
COPY --chown=vscode:dev . /workspace/tsffs/

Check warning on line 157 in Dockerfile

View workflow job for this annotation

GitHub Actions / Check Docker Image (tsffs-prod)

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/

WORKDIR /workspace/tsffs/

Expand Down
Loading