coreos-assembler
coreos-assembler copied to clipboard
Tracker for cleanups possible after RHCOS moves to FCOS pipeline
This is a tracker for all the cleanups we should be able to do once we've fully moved over RHCOS to the new pipeline.
- [ ] delete
cosa push-container; we only usecosa push-container-manifestnow for all our containers - [x] delete
upload-ami; we use purecosa buildextend-aws --uploadnow with support for granting to additional users, scheduling AWS tests and marking the AMIs public: https://github.com/openshift/os/pull/1074 - [ ] delete
cosa buildextend-extensions; this was the legacy way to publish extensions - [ ] make
digestrequired again in images (see https://github.com/coreos/coreos-assembler/pull/3129) (though this is more dependent on branching on 4.12) - [ ] delete
cosa build-extensions-containerbackcompat alias - [ ] delete
cosa buildextend-legacy-oscontainer; we don't need to build or ship the legacy oscontainer anymore
@jlebon bump
The RHCOS and FCOS share the same pipeline code now.
I think we're still dependent on the legacy oscontainer for now. https://issues.redhat.com/browse/MCO-392 tracks its removal.