Skip to content

Commit

Permalink
Update developer build example with Alma Linux 9
Browse files Browse the repository at this point in the history
CentOS 7 is now End Of Life (EOF) and cannot be used.
  • Loading branch information
david-cattermole committed Aug 1, 2024
1 parent 1eb62f8 commit b7fffc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ provided Docker files, like this:
$ cd /path/to/project/directory/timetracker

# Build Docker image (assumes the Docker Engine is already started)
$ sudo docker build --file Dockerfile_centos7 -t timetracker-linux-centos7-build .
$ sudo docker build --file share/docker/Dockerfile_almalinux9 -t timetracker-linux-almalinux9-build .

# Go into the Docker container.
$ sudo docker run --rm --interactive --volume "${PWD}:/timetracker" --tty timetracker-linux-centos7-build
$ sudo docker run --rm --interactive --volume "${PWD}:/timetracker" --tty timetracker-linux-almalinux9-build
```

The following sections assume you have all dependencies installed in
Expand Down

0 comments on commit b7fffc6

Please sign in to comment.