Skip to content

Commit

Permalink
ae
Browse files Browse the repository at this point in the history
  • Loading branch information
djohts committed Aug 28, 2024
1 parent 79d064e commit 96dbd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG JAVA_VERSION

FROM openjdk:${JAVA_VERSION}
FROM openjdk:${JAVA_VERSION}-bullseye

Check warning on line 3 in java.Dockerfile

View workflow job for this annotation

GitHub Actions / java (11)

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

InvalidDefaultArgInFrom: Default value for ARG openjdk:${JAVA_VERSION}-bullseye 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 3 in java.Dockerfile

View workflow job for this annotation

GitHub Actions / java (17)

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

InvalidDefaultArgInFrom: Default value for ARG openjdk:${JAVA_VERSION}-bullseye 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 3 in java.Dockerfile

View workflow job for this annotation

GitHub Actions / java (21)

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

InvalidDefaultArgInFrom: Default value for ARG openjdk:${JAVA_VERSION}-bullseye 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 3 in java.Dockerfile

View workflow job for this annotation

GitHub Actions / java (22)

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

InvalidDefaultArgInFrom: Default value for ARG openjdk:${JAVA_VERSION}-bullseye 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 3 in java.Dockerfile

View workflow job for this annotation

GitHub Actions / java (23)

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

InvalidDefaultArgInFrom: Default value for ARG openjdk:${JAVA_VERSION}-bullseye 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 3 in java.Dockerfile

View workflow job for this annotation

GitHub Actions / java (24)

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

InvalidDefaultArgInFrom: Default value for ARG openjdk:${JAVA_VERSION}-bullseye results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
ARG DEBIAN_FRONTEND=noninteractive

RUN apt update && \
Expand Down

0 comments on commit 96dbd48

Please sign in to comment.