Skip to content

Commit

Permalink
Unset default gui image name
Browse files Browse the repository at this point in the history
Want to confirm our $FROM is being honored
  • Loading branch information
HeroCC committed Oct 30, 2024
1 parent 39d1dc2 commit 4fdc854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/moos-ivp-gui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FROM=moosivp/moos-ivp:trunk
ARG FROM="PLEASE_SET_BASE_IMAGE"
FROM $FROM

Check warning on line 2 in docker/moos-ivp-gui/Dockerfile

View workflow job for this annotation

GitHub Actions / build-gui

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

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

LABEL maintainer="Conlan Cesar <[email protected]>"
Expand Down

0 comments on commit 4fdc854

Please sign in to comment.