You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Misc/layoutbin/en-US/strings.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
"AgentWithSameNameAlreadyExistInPool": "Pool {0} already contains an agent with name {1}.",
28
28
"AllowContainerUserRunDocker": "Allow user '{0}' run any docker command without SUDO.",
29
29
"AlreadyConfiguredError": "Cannot configure the agent because it is already configured. To reconfigure the agent, run 'config.cmd remove' or './config.sh remove' first.",
30
+
"ApkAddShadowFailed": "The user ID is outside the range of the 'adduser' command. The alternative command 'useradd' cannot be used because the 'shadow' package is not preinstalled and the attempt to install this package failed. Check network availability or use a docker image with the 'shadow' package preinstalled.",
30
31
"ArgumentNeeded": "'{0}' has to be specified.",
31
32
"ArtifactCustomPropertiesNotJson": "Artifact custom properties is not valid JSON: '{0}'",
32
33
"ArtifactCustomPropertyInvalid": "Artifact custom properties must be prefixed with 'user-'. Invalid property: '{0}'",
0 commit comments