Skip to content

Commit

Permalink
Fix bad IMAGE_BASE default
Browse files Browse the repository at this point in the history
Co-authored-by: Matyas Selmeci <[email protected]>
  • Loading branch information
brianhlin and matyasselmeci authored Aug 8, 2023
1 parent 8ec669a commit 5997a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG IMAGE_BASE=quay.io/almalinux/almalinux:8
FROM $IMAGE_BASE

# "ARG IMAGE_BASE" needs to be here again because the previous instance has gone out of scope.
ARG IMAGE_BASE=quay.io/centos/centos:stream8
ARG IMAGE_BASE=quay.io/almalinux/almalinux:8
ARG TARBALL_URL=https://github.com/CHTC/pam_oauth2_device/archive/v0.1.3.chtc.tar.gz

RUN yum install -y \
Expand Down

0 comments on commit 5997a8e

Please sign in to comment.