Skip to content

As of 1.29.1, "adduser" has stopped working #1003

@perllaghu

Description

@perllaghu

Bug Overview

Recent update to the nginx base image has broken my own Docker Image

Expected Behavior

I expected no change

Steps to Reproduce the Bug

FROM nginx:1.29.0
RUN adduser --disabled-password --shell /bin/false --home /usr/src/app myAppUser

works

FROM nginx:1.29.2
RUN adduser --disabled-password --shell /bin/false --home /usr/src/app myAppUser

Fails.

Environment Details

Docker 28.5.1

Build through a docker-compose file

Tested on both MacOS & Linux

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions