base-images-docker
base-images-docker copied to clipboard
Base images for Google Docker containers.
release policy "default" on GCS Dependency "DEBIAN10_TAR", bucket "container-deps", objects start with "debian10/tar/" in debian10/deps_spec.yaml
release policy "default" on GCS Dependency "DEBIAN11_TAR", bucket "container-deps", objects start with "debian11/tar/" in debian11/deps_spec.yaml
release policy "default" on GCS Dependency "UBUNTU2004_TAR", bucket "container-deps", objects start with "ubuntu2004/tar/" in ubuntu2004/deps_spec.yaml
release policy "default" on GCS Dependency "UBUNTU1604_TAR", bucket "container-deps", objects start with "ubuntu1604/tar/" in ubuntu1604/deps_spec.yaml
release policy "default" on GCS Dependency "CENTOS8_TAR", bucket "container-deps", objects start with "centos8/tar/" in centos8/deps_spec.yaml
release policy "default" on GCS Dependency "UBUNTU1804_TAR", bucket "container-deps", objects start with "ubuntu1804/tar/" in ubuntu1804/deps_spec.yaml
**Context**: I need to use the shell form `ENTRYPOINT` to be able to do variable substitution e.g. `ENTRYPOINT exec java -javaagent:dd-java-agent.jar ${JAVA_OPTS} -jar /app.jar`. It seems that `container-structure-test` does not...
Ubuntu 20.04 LTS was released last year. https://wiki.ubuntu.com/FocalFossa/ReleaseNotes When will it be available in marketplace.gcr.io/google?
I'm trying to use `launcher.gcr.io/google/ubuntu18_04` for a custom build container on GCP Cloud build but I can't build the container due to missing manifest. Dockerfile: ``` FROM launcher.gcr.io/google/ubuntu18_04 RUN apt-get...