We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c17c6 commit a77de49Copy full SHA for a77de49
1 file changed
docker.nix
@@ -382,20 +382,6 @@ in
382
name = "ghcr.io/reaslab/docker-python-runner";
383
tag = "secure-latest";
384
385
- # Use a minimal base image instead of creating from scratch
386
- fromImage = pkgs.dockerTools.buildImage {
387
- name = "python-base";
388
- tag = "minimal";
389
- copyToRoot = pkgs.buildEnv {
390
- name = "base-root";
391
- paths = [ pkgs.bash pkgs.coreutils pkgs.glibc pkgs.util-linux ];
392
- };
393
- config = {
394
- Cmd = [ "bash" ];
395
- Env = [ "PATH=/usr/local/bin:/usr/bin" ];
396
397
398
-
399
copyToRoot = pkgs.buildEnv {
400
name = "image-root";
401
paths = [ runtimeEnv dockerSetup pkgs.cacert ];
0 commit comments