MCPcopy Index your code
hub / github.com/devcontainers/cli / dockerfileUtils.test.ts

File dockerfileUtils.test.ts

src/test/dockerfileUtils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { assert, expect } from 'chai';
2import { imageMetadataLabel, internalGetImageBuildInfoFromDockerfile } from '../spec-node/imageMetadata';
3import { ensureDockerfileHasFinalStageName, extractDockerfile, findBaseImage, findUserStatement, supportsBuildContexts } from '../spec-node/dockerfileUtils';
4import { ImageDetails } from '../spec-shutdown/dockerUtils';

Callers

nothing calls this directly

Calls 6

extractDockerfileFunction · 0.90
findBaseImageFunction · 0.90
findUserStatementFunction · 0.90
supportsBuildContextsFunction · 0.90

Tested by

no test coverage detected