base
base copied to clipboard
The containerbase project's base image source
Blocked by #1384 Following on from that, Containerbase should look in the `cwd` to see if there are any files it should use to determine the best version. For example...
We can now convert more tools to the new installer - [x] #771 - [x] `docker` #1189 - [x] `dart` #1197
Better tree shaking - https://github.com/sindresorhus/is#named-exports
Some users will build inside a corporate/restricted network and need to explicitly allow hosts. Without help, it's a slow process for them to keep restarting the build, waiting for it...
Ubuntu base images are only updated periodically, and may have vulnerabilities in packages which are fixed in the apt repository. How can we balance such upgrading while also retaining *some*...
I think our images have previously aimed at [v3 OpenShift compatibility](https://docs.openshift.com/container-platform/3.11/creating_images/guidelines.html) but may not be [v4 compatible](https://docs.openshift.com/container-platform/4.7/openshift_images/create-images.html). In particular we set `USER 1000` but may rely on hardcoded `/home/x`. For...
Required for https://github.com/renovatebot/renovate/issues/16923 Links: - https://gitlab.archlinux.org/pacman/pacman/blob/master/scripts/makepkg.sh.in - https://gitlab.archlinux.org/pacman/pacman-contrib/-/blob/master/src/updpkgsums.sh.in - https://gitlab.archlinux.org/pacman/pacman - https://gitlab.archlinux.org/pacman/pacman-contrib
We use a lot of short container references like `ubuntu:20.04` or `containerbase/base`. But these can sometimes be confusing, especially as we are also pushing images to the GitHub container registry...
Currently renovate runs `go install github.com/marwan-at-work/mod/cmd/mod@latest`, we should provide a tool to wrap that. - https://github.com/marwan-at-work/mod/issues/19
For some Mend images, we have Dockerfile lines like `ARG NODE_VERSION=16.16.0`. These are then "annotated" on the line before it to indicate the datasource, packageName and versioning. I would like...