Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #361 from kabanero-io/latest-dave
Browse files Browse the repository at this point in the history
Latest dave
  • Loading branch information
davco01a authored Jun 7, 2021
2 parents 65f5ebe + 77f9075 commit 783ee79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

# Check if can login to docker hub
if [ -n "$DOCKER_USERNAME" ] && [ -n "$DOCKER_PASSWORD" ]; then
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" "docker.io" --password-stdin
fi

# setup environment
. $( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/env.sh

Expand Down
4 changes: 3 additions & 1 deletion docker/Dockerfile-ubi8-openJDK
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM registry.access.redhat.com/ubi8/ubi:8.3-297.1618432833
FROM registry.access.redhat.com/ubi8/ubi:latest

RUN yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical

RUN yum upgrade --disableplugin=subscription-manager -y \
&& yum clean --disableplugin=subscription-manager packages \
Expand Down

0 comments on commit 783ee79

Please sign in to comment.