Skip to content

Commit

Permalink
fix(dockerfile): corepack stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Dec 11, 2024
1 parent 65d497b commit 379f734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oada/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ USER node
ENV PORT=8080

# Have corepack download yarn
RUN corepack yarn;
RUN corepack install;

FROM production as debug

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and cache shared Docker layers

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (http-handler, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (write-handler, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (auth, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (startup, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (rev-graph-update, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (webhooks, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (well-known, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (sync-handler, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (users, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (permissions-handler, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 117 in oada/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push images to DockerHub and GHCR (shares, oada)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Expand Down

0 comments on commit 379f734

Please sign in to comment.