Getting error "repository name must be canonical"

I installed Drone CLI on a new laptop and I am getting an error I have never seen before.

💥  pricing-sheets  (change/fix-upload-path)   drone exec
2018/02/20 10:32:10 repository name must be canonical

I am running Drone 0.8.2 and I have tried very simple “hello world” style .drone.yml files to no avail…

pipeline:
  build:
    image: ubuntu:latest
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    commands:
      - env

Any suggestions as to whats going on would be appreciated.

-John

Looks like it is having problems pulling the image due to a regression caused by upgrading one of our dependencies. I can confirm I was able to reproduce the issue. I’ve just downgraded the dependency and tagged v0.8.3 which resolved the issue for me.

Cheers,
Brad