npx @devcontainers/cli up --help says:
--frozen-lockfile Ensure lockfile exists and remains unchanged;
fail otherwise. [boolean] [default: false]
I just ran up --frozen-lockfile twice, changing devcontainer.json (Really simple - image and feature. Changed feature from one to another.) in between without updating the lockfile. Got success and the same container id both times.
npx @devcontainers/cli up --helpsays:I just ran
up --frozen-lockfiletwice, changingdevcontainer.json(Really simple - image and feature. Changed feature from one to another.) in between without updating the lockfile. Got success and the same container id both times.