keybase / bot-sshca

A chat bot that can manage your team's SSH accounts
BSD 3-Clause "New" or "Revised" License
222 stars 30 forks source link

Docker error: "alpine:3.11 AS builder" is not a valid repository/tag #82

Closed agriffis closed 4 years ago

agriffis commented 4 years ago

Following the instructions, this step fails:

✸ make generate
# Avoid prompting for sudo unless the permissions actually need to be chnaged by piping find to xargs
find example-keybaseca-volume/ -not -user $USER | xargs -I {} -- sudo chown -R $USER {}
docker build -t ca -f Dockerfile-ca ..
Sending build context to Docker daemon 7.078 MB
Step 1/25 : FROM alpine:3.11 AS builder
Error parsing reference: "alpine:3.11 AS builder" is not a valid repository/tag: invalid reference format
make: *** [Makefile:14: build] Error 1
agriffis commented 4 years ago

Never mind, this is just because Fedora 30 ships an old version of Docker. The fix is to update to docker upstream per https://docs.docker.com/install/linux/docker-ce/fedora/