Page MenuHomePhabricator

docker-registry.wikimedia.org/golang:1.11 should no more depends on stretch-backports
Closed, ResolvedPublic

Description

The image docker-registry.wikimedia.org/golang:1.11 borrows golang 1.11 from stretch-backports which might disappear at any time. We should either:

  • upload golang 1.11 to a specific component such as component/golang11
  • phase it out and migrate everything to docker-registry.wikimedia.org/golang:1.13 which is Buster based

Event Timeline

I don't quite know where golang:1.11 is used. The only use case I found was to build pebble for the CI tox-acme-chief image. That got moved to golang:1.13 via T257456

RKemper triaged this task as Medium priority.Sep 3 2020, 9:33 PM
LSobanski claimed this task.
LSobanski added a subscriber: LSobanski.

Based on P11925#75528 and the fact that there is a Buster version of golang 1.11 (1.11.6-1+deb10u4), I think this can be resolved, @hashar: please reopen if you thing otherwise.