Skip to content

Commit

Permalink
Debugging test step
Browse files Browse the repository at this point in the history
  • Loading branch information
viroel committed Nov 17, 2022
1 parent 5959f72 commit 81c3dc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build_root:
FROM registry.access.redhat.com/ubi9
USER root
ENV GOVERSION=1.18.1
RUN yum install -y gcc git jq make skopeo sqlite && \
RUN yum install -y buildah gcc git jq make skopeo sqlite && \
yum clean all && rm -rf /var/cache/dnf/*
# Install Go. This version will only be used for unit tests. The
# official builds are done via their own container image Dockerfiles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -ex

# debug
sleep 3600

# Setup temp quay registry credentials
mkdir -p "$HOME/.docker"
REGISTRY_TOKEN_FILE="/secrets/docker/config.json"
Expand Down

0 comments on commit 81c3dc9

Please sign in to comment.