Skip to content

Commit

Permalink
[rqd] Ensure SP_OS gets updated properly on docker mode (#1662)
Browse files Browse the repository at this point in the history
`SP_OS` needs to be updated according to the images configured on
docker_agent
  • Loading branch information
DiegoTavares authored Feb 13, 2025
1 parent e2d1f12 commit edcec64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rqd/rqd/rqconstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@
RQD_UID = 0
RQD_GID = 0

# Make sure sp_os is updated with the versions configured on DOCKER_AGENT
SP_OS = DOCKER_AGENT.sp_os

# pylint: disable=broad-except
except Exception as e:
Expand Down

0 comments on commit edcec64

Please sign in to comment.