Subversion Repositories configs

Rev

Rev 203 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 203 Rev 204
Line 59... Line 59...
59
  "oraclelinux" = "container-registry.oracle.com/os/oraclelinux"
59
  "oraclelinux" = "container-registry.oracle.com/os/oraclelinux"
60
  # busybox
60
  # busybox
61
  "busybox" = "docker.io/library/busybox"
61
  "busybox" = "docker.io/library/busybox"
62
  # php
62
  # php
63
  "php" = "docker.io/library/php"
63
  "php" = "docker.io/library/php"
64
  #python
64
  # python
65
  "python" = "docker.io/library/python"
65
  "python" = "docker.io/library/python"
-
 
66
  # node
-
 
67
  "node" = "docker.io/library/node"