Skip to content

Commit

Permalink
🦙 use latest ubi-minimal 🦙
Browse files Browse the repository at this point in the history
  • Loading branch information
eformat committed Dec 20, 2021
1 parent 51b2713 commit bb04245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3-revenge-of-the-automated-testing/7b-tekton.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
description: Directory to start build in (handle multiple branches)
steps:
- name: rox-image-scan
image: registry.access.redhat.com/ubi8/ubi-minimal:8.4
image: registry.access.redhat.com/ubi8/ubi-minimal:latest
workingDir: $(workspaces.output.path)/$(params.WORK_DIRECTORY)
env:
- name: ROX_API_TOKEN
Expand Down Expand Up @@ -134,7 +134,7 @@
cd /projects/tech-exercise
cat <<'EOF' >> tekton/templates/tasks/rox-image-scan.yaml
- name: rox-image-check
image: registry.access.redhat.com/ubi8/ubi-minimal:8.4
image: registry.access.redhat.com/ubi8/ubi-minimal:latest
workingDir: $(workspaces.output.path)/$(params.WORK_DIRECTORY)
env:
- name: ROX_API_TOKEN
Expand Down

0 comments on commit bb04245

Please sign in to comment.