Skip to content

Commit

Permalink
Fix GHA warnings in diffs (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Aug 16, 2024
1 parent 3b388fd commit f1234fc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
24 changes: 12 additions & 12 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
ARG CUDA_VER=notset
ARG LINUX_VER=notset
ARG PYTHON_VER=notset
ARG YQ_VER
ARG AWS_CLI_VER
ARG YQ_VER=notset
ARG AWS_CLI_VER=notset

FROM mikefarah/yq:${YQ_VER} as yq
FROM mikefarah/yq:${YQ_VER} AS yq

FROM amazon/aws-cli:${AWS_CLI_VER} as aws-cli
FROM amazon/aws-cli:${AWS_CLI_VER} AS aws-cli

FROM rapidsai/miniforge-cuda:cuda${CUDA_VER}-base-${LINUX_VER}-py${PYTHON_VER}

ARG TARGETPLATFORM
ARG CUDA_VER
ARG LINUX_VER
ARG PYTHON_VER
ARG TARGETPLATFORM=notset
ARG CUDA_VER=notset
ARG LINUX_VER=notset
ARG PYTHON_VER=notset

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -136,10 +136,10 @@ conda clean -aipty
EOF

# Install sccache and gh cli
ARG SCCACHE_VER
ARG REAL_ARCH
ARG SCCACHE_VER=notset
ARG REAL_ARCH=notset
ARG GH_CLI_VER=notset
ARG CPU_ARCH
ARG CPU_ARCH=notset
RUN <<EOF
curl -o /tmp/sccache.tar.gz \
-L "https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-"${REAL_ARCH}"-unknown-linux-musl.tar.gz"
Expand All @@ -154,7 +154,7 @@ rm -rf gh_*
EOF

# Install codecov from source distribution
ARG CODECOV_VER
ARG CODECOV_VER=notset
RUN <<EOF
# temporary workaround for discovered codecov binary install issue. See rapidsai/ci-imgs/issues/142
pip install codecov-cli==${CODECOV_VER}
Expand Down
14 changes: 7 additions & 7 deletions ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ ARG LINUX_VER=notset
ARG BASE_IMAGE=nvcr.io/nvidia/cuda:${CUDA_VER}-devel-${LINUX_VER}
ARG AWS_CLI_VER

FROM amazon/aws-cli:${AWS_CLI_VER} as aws-cli
FROM amazon/aws-cli:${AWS_CLI_VER} AS aws-cli

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-rockylinu... / build (11.8.0, 3.10, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-rockylinu... / build (11.8.0, 3.10, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-ubuntu20.... / build (11.8.0, 3.10, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-ubuntu20.... / build (11.8.0, 3.10, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-rockylinu... / build (11.8.0, 3.11, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-rockylinu... / build (11.8.0, 3.11, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-ubuntu20.... / build (11.8.0, 3.11, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-ubuntu20.... / build (11.8.0, 3.11, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-rockylinu... / build (11.8.0, 3.12, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-rockylinu... / build (11.8.0, 3.12, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-ubuntu20.... / build (11.8.0, 3.12, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-ubuntu20.... / build (11.8.0, 3.12, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-rockylinux... / build (11.8.0, 3.9, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-rockylinux... / build (11.8.0, 3.9, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-ubuntu20.0... / build (11.8.0, 3.9, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda11.8.0-ubuntu20.0... / build (11.8.0, 3.9, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-rockylinu... / build (12.0.1, 3.10, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-rockylinu... / build (12.0.1, 3.10, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-ubuntu20.... / build (12.0.1, 3.10, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-ubuntu20.... / build (12.0.1, 3.10, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-rockylinu... / build (12.0.1, 3.11, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-rockylinu... / build (12.0.1, 3.11, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-ubuntu20.... / build (12.0.1, 3.11, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-ubuntu20.... / build (12.0.1, 3.11, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-rockylinu... / build (12.0.1, 3.12, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-rockylinu... / build (12.0.1, 3.12, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-ubuntu20.... / build (12.0.1, 3.12, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-ubuntu20.... / build (12.0.1, 3.12, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-rockylinux... / build (12.0.1, 3.9, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-rockylinux... / build (12.0.1, 3.9, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-ubuntu20.0... / build (12.0.1, 3.9, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.0.1-ubuntu20.0... / build (12.0.1, 3.9, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-rockylinu... / build (12.2.2, 3.10, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-rockylinu... / build (12.2.2, 3.10, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-ubuntu20.... / build (12.2.2, 3.10, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-ubuntu20.... / build (12.2.2, 3.10, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-rockylinu... / build (12.2.2, 3.11, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-rockylinu... / build (12.2.2, 3.11, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-ubuntu20.... / build (12.2.2, 3.11, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-ubuntu20.... / build (12.2.2, 3.11, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-rockylinu... / build (12.2.2, 3.12, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-rockylinu... / build (12.2.2, 3.12, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-ubuntu20.... / build (12.2.2, 3.12, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-ubuntu20.... / build (12.2.2, 3.12, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-rockylinux... / build (12.2.2, 3.9, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-rockylinux... / build (12.2.2, 3.9, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-ubuntu20.0... / build (12.2.2, 3.9, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.2.2-ubuntu20.0... / build (12.2.2, 3.9, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-rockylinu... / build (12.5.1, 3.10, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-rockylinu... / build (12.5.1, 3.10, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-ubuntu20.... / build (12.5.1, 3.10, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-ubuntu20.... / build (12.5.1, 3.10, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-rockylinu... / build (12.5.1, 3.11, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-rockylinu... / build (12.5.1, 3.11, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-ubuntu20.... / build (12.5.1, 3.11, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-ubuntu20.... / build (12.5.1, 3.11, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-rockylinu... / build (12.5.1, 3.12, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-rockylinu... / build (12.5.1, 3.12, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-ubuntu20.... / build (12.5.1, 3.12, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-ubuntu20.... / build (12.5.1, 3.12, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-rockylinux... / build (12.5.1, 3.9, rockylinux8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-rockylinux... / build (12.5.1, 3.9, rockylinux8, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-ubuntu20.0... / build (12.5.1, 3.9, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in ci-wheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/ci-wheel:cuda12.5.1-ubuntu20.0... / build (12.5.1, 3.9, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

FROM ${BASE_IMAGE}

ARG CUDA_VER
ARG LINUX_VER
ARG CPU_ARCH
ARG REAL_ARCH
ARG PYTHON_VER
ARG MANYLINUX_VER
ARG CUDA_VER=notset
ARG LINUX_VER=notset
ARG CPU_ARCH=notset
ARG REAL_ARCH=notset
ARG PYTHON_VER=notset
ARG MANYLINUX_VER=notset
ARG POLICY=${MANYLINUX_VER}

ARG DEBIAN_FRONTEND=noninteractive
Expand Down
6 changes: 3 additions & 3 deletions citestwheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ ARG LINUX_VER=notset
ARG BASE_IMAGE=nvcr.io/nvidia/cuda:${CUDA_VER}-devel-${LINUX_VER}
ARG AWS_CLI_VER

FROM amazon/aws-cli:${AWS_CLI_VER} as aws-cli
FROM amazon/aws-cli:${AWS_CLI_VER} AS aws-cli

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.10, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.10, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.10, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.10, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.11, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.11, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.11, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.11, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.12, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.12, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.12, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubu... / build (11.8.0, 3.12, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubun... / build (11.8.0, 3.9, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubun... / build (11.8.0, 3.9, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubun... / build (11.8.0, 3.9, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (11.8.0, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda11.8.0-ubun... / build (11.8.0, 3.9, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.10, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.10, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.10, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.10, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.11, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.11, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.11, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.11, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.12, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.12, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.12, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubu... / build (12.0.1, 3.12, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubun... / build (12.0.1, 3.9, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubun... / build (12.0.1, 3.9, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubun... / build (12.0.1, 3.9, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.0.1, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.0.1-ubun... / build (12.0.1, 3.9, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.10, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.10, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.10, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.10, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.11, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.11, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.11, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.11, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.12, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.12, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.12, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubu... / build (12.2.2, 3.12, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubun... / build (12.2.2, 3.9, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubun... / build (12.2.2, 3.9, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubun... / build (12.2.2, 3.9, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.2.2, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.2.2-ubun... / build (12.2.2, 3.9, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.10, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.10, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.10, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.10, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.11, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.11, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.11, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.11, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.12, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.12, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.12, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubu... / build (12.5.1, 3.12, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubun... / build (12.5.1, 3.9, ubuntu20.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubun... / build (12.5.1, 3.9, ubuntu20.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubun... / build (12.5.1, 3.9, ubuntu22.04, arm64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in citestwheel.Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / docker (12.5.1, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/citestwheel:cuda12.5.1-ubun... / build (12.5.1, 3.9, ubuntu22.04, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

FROM ${BASE_IMAGE}

ARG CUDA_VER
ARG PYTHON_VER
ARG CUDA_VER=notset
ARG PYTHON_VER=notset

# Set RAPIDS versions env variables
ENV RAPIDS_CUDA_VERSION="${CUDA_VER}"
Expand Down

0 comments on commit f1234fc

Please sign in to comment.