More Docker. Easy Access. New Streamlined Plans. Learn more.

circleci/doc-highid

Verified Publisher

By CircleCI

Updated over 7 years ago

Image containing high UID/GID to demonstrate userns remapping issue. This image is for internal use.

Image
0

1.8K

This image is for internal use—it is not a customer-facing convenience image.

Information about customer-facing convenience images is available below:

https://circleci.com/docs/2.0/circleci-imageshttps://github.com/circleci/circleci-images

Dockerfile

FROM ubuntu:latest
RUN groupadd veryhigh -g 1000000
RUN useradd -r -u 1000000 -g veryhigh veryhigh
RUN touch file-with-high-id
RUN chown veryhigh:veryhigh file-with-high-id

Docker Pull Command

docker pull circleci/doc-highid