-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
view https://github.com/Perl/docker-perl-tester/actions/runs/16213244969/job/45777164592
1 warning found (use docker --debug to expand):
- InvalidDefaultArgInFrom: Default value for ARG perl:${BASE} results in empty or invalid base image name (line 3)
Dockerfile:3
--------------------
1 | ARG BASE
2 | ARG CPANOUTDATED
3 | >>> FROM perl:${BASE}
4 |
5 | SHELL ["/bin/bash", "-o", "pipefail", "-c"]
--------------------
ERROR: failed to build: failed to solve: perl:5.42-buster: failed to resolve source metadata for docker.io/library/perl:5.42-buster: docker.io/library/perl:5.42-buster: not found
Metadata
Metadata
Assignees
Labels
No labels