diff --git a/task-toolset/Dockerfile b/task-toolset/Dockerfile deleted file mode 100644 index 0d02add..0000000 --- a/task-toolset/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -# https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1134 -RUN microdnf install -y git jq && \ - microdnf clean all && rm -rf /var/cache/dnf/* diff --git a/task-toolset/README.md b/task-toolset/README.md deleted file mode 100644 index 1563265..0000000 --- a/task-toolset/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# task-toolset image - -`task-toolset` is an image with different CLIs/tools installed and designed to be used as base image for Tekton tasks. - -Curently the image contains: - - curl - - git - - jq