From 651cdf80b986a66799a6327c712aafe3a969214b Mon Sep 17 00:00:00 2001 From: Anki1233 Date: Thu, 20 Jul 2023 01:58:53 +0530 Subject: [PATCH] Update task_ubuntu_uname.yml Need to mention any tag for ubuntu image because in lates concourse version its giving error. failed to fetch digest for image 'ubuntu/20.04:latest': 401 Unauthorized does the image exist? image check failed errored --- tutorials/basic/task-hello-world/task_ubuntu_uname.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/basic/task-hello-world/task_ubuntu_uname.yml b/tutorials/basic/task-hello-world/task_ubuntu_uname.yml index 7757155f..12d3ae78 100644 --- a/tutorials/basic/task-hello-world/task_ubuntu_uname.yml +++ b/tutorials/basic/task-hello-world/task_ubuntu_uname.yml @@ -3,7 +3,7 @@ platform: linux image_resource: type: docker-image - source: {repository: ubuntu} + source: {repository: ubuntu/} run: path: uname