aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Segundo2023-09-17 12:36:20 +0200
committerChristian Segundo2023-09-17 12:36:20 +0200
commit3891426ce8deba513c5bcf1594987bdcfc837304 (patch)
tree1cffd7095ffcfb72523ebf394c1d7196cb6bc416
parent47abb7ddcfa85fca9be0e08ca61c8d1d1b0c5fd4 (diff)
downloadjenkins-agent-docker-cli-3891426ce8deba513c5bcf1594987bdcfc837304.tar.gz
add full name
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 354f0d8..8dfdce5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM jenkins/agent:latest
+FROM docker.io/jenkins/agent:latest
USER root
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update && \