You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
1020 B

  1. # Outstanding TODO Items
  2. - [ ] Add image parsing and baked in image lists
  3. - [ ] Add override/supplemental configuration for images and mapped parsers
  4. - To support custom base images that aren't in the default list
  5. - [ ] Add configuration override/supplemental configuration for repository lists
  6. - [ ] Add runtime configuration option to specify a base image if one cannot be parsed ???
  7. - [ ] Add apt repository parsing to lookup packages in upstream repositories
  8. - [ ] Add version checking logic to identify the latest versions of available packages
  9. - [ ] Design serialized output from `check` step for the `upgrade` step
  10. - `check` is responsible for parsing the docker image, determining available packages, and providing an output that is
  11. consumed by `upgrade` to apply the changes to the targeted Dockerfile(s).
  12. - [ ] Implement `upgrade` step to apply suggested changes from `check` step
  13. - [ ] Implement `serve` command to host a service that will offload the remote repository lookup and version suggestions