Pinned Loading
-
aws-ip-ranges
aws-ip-ranges PublicA simple GitHub Flat workflow that pulls in the current AWS IP ranges
-
Wrapper script to ensure output duri...
Wrapper script to ensure output during long-running command 1#!/bin/bash
2while true; do /bin/echo -n .; sleep 30; done &
3eval $*
4STATUS=$?
5kill $!
-
Actions workflow that bypasses Actio...
Actions workflow that bypasses Actions Checks and approves itself in PRs 1name: CI
23# This workflow will purposely fail a check, then change that status to success.
4# It will then approve and merge itself when a PR has been created.
5# This is certainly not something you should usually do and I take no responsibility for how it's used.
-
Dockerfile for Centos image with all...
Dockerfile for Centos image with all utils needed for ROSA, AWS, OCP 1FROM centos:8
23# Grab dependencies
4RUN yum -y update && yum -y install python3-pip golang git
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.