deno_docker icon indicating copy to clipboard operation
deno_docker copied to clipboard

What about deno.lock?

Open tennox opened this issue 1 year ago • 1 comments

In this whole repo there is no mention of deno.lock - I'm a bit uncertain how to include it.

Also, do I have to import stuff into a deps.ts file in order to do the caching as described? Feels like a weird way to define dependencies :thinking:

I also found this reddit thread, suggesting that deno.jsonc's imports are a better replacement for deps.ts :thinking:

tennox avatar Nov 25 '24 16:11 tennox

Sorry i do not have an answer but i wanted to contribute that i am also confused by the mention of deps.ts.

It seems that deno has stated in late july that deps.ts is not something we should be using (is the gist i get from this deno blog post which came out a month or so before 2.0).

Edit: Seems i should have looked at the open PRs :) Looks like new instructions are coming https://github.com/denoland/deno_docker/pull/440

RolandWarburton avatar Jan 06 '25 10:01 RolandWarburton