coreos-assembler icon indicating copy to clipboard operation
coreos-assembler copied to clipboard

Tracker for cleanups possible after RHCOS moves to FCOS pipeline

Open jlebon opened this issue 3 years ago • 2 comments

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 use cosa push-container-manifest now for all our containers
  • [x] delete upload-ami; we use pure cosa buildextend-aws --upload now 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 digest required 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-container backcompat alias
  • [ ] delete cosa buildextend-legacy-oscontainer; we don't need to build or ship the legacy oscontainer anymore

jlebon avatar Oct 24 '22 19:10 jlebon

@jlebon bump

The RHCOS and FCOS share the same pipeline code now.

dustymabe avatar Mar 22 '23 17:03 dustymabe

I think we're still dependent on the legacy oscontainer for now. https://issues.redhat.com/browse/MCO-392 tracks its removal.

jlebon avatar Apr 18 '23 13:04 jlebon