buildpack-deps
buildpack-deps copied to clipboard
This is an attempt to help codify #162, and make sure that it's correct / mostly automated. I'd love to figure out a clean way to help @docker-library-bot be able...
All of the buildpack-deps ubuntu images have broken content in `/etc/timezone`: ``` % docker run --rm buildpack-deps:24.04-curl cat /etc/timezone /UTC ``` The `/etc/timezone` file is supposed to be the name...
On two different systems when pulling `buildpack-deps:curl` I'm receiving a version from 18 months ago: My local Ubuntu 20.04 machine: ``` $ docker images |grep buildpack-deps buildpack-deps buster 6ea119635dd5 8...