Skip to content

Resolve "Invalid OffPeakPeriods value, no such file or directory."

What does this MR do?

Adds a missing package to ubuntu-based Docker image.

Why was this MR needed?

With !860 (merged) we've updated the base image for gitlab/gitlab-runner:ubuntu from ubuntu:14.04 to ubuntu:16.04. Unfortunately, 16.04 doesn't contain tzdata installed by default, as 14.04 did. This caused problems with OffPeak setting when timezone is specified (look at #3244 (closed) for context).

This MR adds a step that installs the missing package.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Closes #3244 (closed)

Merge request reports