HiveBrain v1.2.0
Get Started
← Back to all entries
patterndockerMinor

What package manager does the gitlab docker CI image use?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
theimagepackagewhatdockergitlabdoesmanageruse

Problem

I'm trying to install additional software but apt-get is not available.

So in my .gitlab-ci.yml file I have:

image: docker:stable

What is the image based off from?

Solution

https://hub.docker.com/_/docker/

Seems it's just a reference to the above... Which uses APK as the package manager

Context

StackExchange DevOps Q#8133, answer score: 2

Revisions (0)

No revisions yet.