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.
1020 B
1020 B
Outstanding TODO Items
- Add image parsing and baked in image lists
- Add override/supplemental configuration for images and mapped parsers
- To support custom base images that aren't in the default list
- Add configuration override/supplemental configuration for repository lists
- Add runtime configuration option to specify a base image if one cannot be parsed ???
- Add apt repository parsing to lookup packages in upstream repositories
- Add version checking logic to identify the latest versions of available packages
- Design serialized output from
check
step for theupgrade
stepcheck
is responsible for parsing the docker image, determining available packages, and providing an output that is consumed byupgrade
to apply the changes to the targeted Dockerfile(s).
- Implement
upgrade
step to apply suggested changes fromcheck
step - Implement
serve
command to host a service that will offload the remote repository lookup and version suggestions