base-images-docker
base-images-docker copied to clipboard
Base images for Google Docker containers.
I am trying to install net-tools , tcpdump & curl in marketplace.gcr.io/google/centos7:latest image. It fails with error ``` Failed: setup.noarch 0:2.8.71-10.el7 ``` Other errors in the yum install ``` Installing...
Hi, Can't use yum in the latest base image, `rpm -q --qf '%{version}\n' centos-release` is used by yum to calculate `$releasever`. On the previous release: ``` [atcloud@sauron-web-5b699b9778-6c6zk app]$ rpm -q...
This page has a six-step process for installing 'gcloud', including one that doesn't work on this image (The step with lsb_release). https://cloud.google.com/sdk/downloads This image should already have the apt database...
Hello, I've been trying to find what documentation I can but so far have been unable to get packages like `curl` installed into my image. Currently my WORKSPACE file looks...
For centos builds docker run --privileged -v $(pwd):/workspace builder /build.sh mounting $(pwd) results in base-images-docker/centos but build.sh looks for: tar -C /target -cf /workspace/centos/layer.tar . and it fails because /workspace/centos...
Hi is it planned to build the Debian slim variants as well? They are used a lot nowadays. Thanks
For the Debian 9 base image, could downloading packages via TLS be added? I can create a pull request for this that edits the shell script that builds this image...
``` $ docker run --rm -i -t launcher.gcr.io/google/ubuntu16_04 /bin/sh: 0: -c requires an argument ``` ``` $ docker run --rm -i -t launcher.gcr.io/google/debian9 root@9328fa0c1a4b:/# ``` ``` $ docker run --rm...
@kevingessner opened an https://github.com/GoogleContainerTools/distroless/issues/181 where download_pkgs and install_pkgs can be useful to them. Document these.
In our CI systems, we should be sure to never do a download of packages. We've had a few instances where the fetch_or_download errored, and the script interpreted that as...