Skip to content

Commit

Permalink
Merge pull request #24 from rajpalc7/main
Browse files Browse the repository at this point in the history
Additional documentation updates
  • Loading branch information
WadeBarnes authored Jan 16, 2023
2 parents 2af2713 + 08c4a0a commit 4bf3232
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ FROM registry.access.redhat.com/ubi8/python-39:latest
ENV TZ=PST8PDT

# ========================================================================================================
# Install go-crond (from https://github.com/BCDevOps/go-crond)
# - Adds some additional logging enhancements on top of the upstream project;
# https://github.com/webdevops/go-crond
# Install go-crond (from https://github.com/webdevops/go-crond)
#
#
# CRON Jobs in OpenShift:
# - https://blog.danman.eu/cron-jobs-in-openshift/
# --------------------------------------------------------------------------------------------------------
ARG SOURCE_REPO=webdevops
ARG GOCROND_VERSION=21.5.0
ADD https://github.com/$SOURCE_REPO/go-crond/releases/download/$GOCROND_VERSION/go-crond-64-linux /usr/bin/go-crond
ARG GOCROND_VERSION=22.9.1
ADD https://github.com/$SOURCE_REPO/go-crond/releases/download/$GOCROND_VERSION/go-crond.linux.amd64 /usr/bin/go-crond

COPY ./docker/run.sh .
COPY ./docker/audit.conf .
Expand Down

0 comments on commit 4bf3232

Please sign in to comment.