Skip to content

Commit

Permalink
Merge pull request #8 from rcwbr/7-documented-usage-with-useradd-prod…
Browse files Browse the repository at this point in the history
…uces-groupadd-gid-0-already-exists-in-workflow

Fix workflow useradd case
  • Loading branch information
rcwbr authored Nov 16, 2024
2 parents 7669d18 + e937647 commit 641e7f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,15 @@ jobs:
packages: write
```
The default behavior of the workflow provides arguments for use with the [useradd Dockerfile partial](https://github.com/rcwbr/dockerfile-partials/tree/main/useradd) for Codespaces user provisioning. These arguments must be forwarded to the `devcontainer-cache-build-initialize` script, e.g. via the `DEVCONTAINER_BUILD_ADDITIONAL_ARGS` variable:

```bash
# .devcontainer/initialize
export DEVCONTAINER_BUILD_ADDITIONAL_ARGS="$@"
curl https://raw.githubusercontent.com/rcwbr/devcontainer-cache-build/0.1.0/devcontainer-cache-build-initialize | bash
```

## Contributing

### CI/CD
Expand Down

0 comments on commit 641e7f3

Please sign in to comment.