the idea is to keep two versions around, one based on the base image and another based on the base-devel upstream image.
it will only require a slight rework of the .drone.yml pipeline, perhaps a sed step that replaces base with base-devel in the FROM directive.
the idea is to keep two versions around, one based on the `base` image and another based on the `base-devel` upstream image.
it will only require a slight rework of the .drone.yml pipeline, perhaps a `sed` step that replaces `base` with `base-devel` in the `FROM` directive.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
the idea is to keep two versions around, one based on the
baseimage and another based on thebase-develupstream image.it will only require a slight rework of the .drone.yml pipeline, perhaps a
sedstep that replacesbasewithbase-develin theFROMdirective.