Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TD5 authored Mar 1, 2023
1 parent 17fbb11 commit 645cf36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HOWTO/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ build it locally if you want to.
Using the pre-built base you build an image like this:

```bash
docker login docker.pkg.github.com
docker login ghcr.io
git archive --prefix otp/ -o .github/otp.tar.gz HEAD
docker build -t my_otp_image -f .github/dockerfiles/Dockerfile.64-bit .github/
```
Expand All @@ -550,7 +550,7 @@ in order to fetch the base image. If you want to build the base image locally
you can do that like this:

```bash
docker build -t docker.pkg.github.com/erlang/otp/ubuntu-base \
docker build -t ghcr.io/erlang/otp/ubuntu-base \
--build-arg BASE=ubuntu:20.04 --build-arg USER=otptest --build-arg uid=$(id -u) \
--build-arg GROUP=uucp --build-arg gid=$(id -g) \
-f .github/dockerfiles/Dockerfile.ubuntu-base .github/
Expand Down

0 comments on commit 645cf36

Please sign in to comment.