Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgraded dispatches base #75

Merged
merged 2 commits into from
Mar 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions github-dispatches/Dockerfile_build
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Builder image
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.0.0 AS builder
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.1 AS builder

RUN export JQ_VERSION=1.6 && \
curl -L -o /tmp/jq-linux64 https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 && \
chmod +x /tmp/jq-linux64 && \
/tmp/jq-linux64 --version

# Runnable image
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.0.0
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.1

LABEL version="1.2.0"
LABEL repository="http://github.com/redhat-cop/github-actions"
Expand Down