Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support dockerTools.streamLayeredImage #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yajo
Copy link

@yajo yajo commented Nov 6, 2023

Support the more optimized way of building docker images.

Uses isExe to differentiate between a prebuilt image or a command that spits out an image. See sources.

lib/docker/default.nix Outdated Show resolved Hide resolved
@hall
Copy link
Owner

hall commented Nov 10, 2023

Hi @yajo! Thanks for the PR 💯 looks good except for the small CI failure.

@hall
Copy link
Owner

hall commented Nov 10, 2023

Oh, and bonus points if you add an entry to CHANGELOG.md. Otherwise, I'll just add it after merge.

Support the more optimized way of building docker images.

Uses `isExe` to differentiate between a prebuilt image or a command that spits out an image. See [sources][].

[sources]: https://github.com/NixOS/nixpkgs/blob/0dbb76220d1090753ba7919353c13b96d5969aff/pkgs/build-support/docker/default.nix#L1042-L1044
@yajo yajo force-pushed the stream-docker-image branch from 881a8dc to d69993c Compare November 28, 2023 11:16
@yajo
Copy link
Author

yajo commented Nov 28, 2023

All attended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants