Skip to content

Commit

Permalink
Update default BASE_IMAGE
Browse files Browse the repository at this point in the history
The default BASE_IMAGE for IDM Console Framework 2.1 has been
changed to Fedora 40.
  • Loading branch information
edewata committed Mar 28, 2024
1 parent cf74ba8 commit 38979bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build IDM Console Framework
on: [push, pull_request]

env:
BASE_IMAGE: ${{ vars.BASE_IMAGE || 'registry.fedoraproject.org/fedora:latest' }}
BASE_IMAGE: ${{ vars.BASE_IMAGE || 'registry.fedoraproject.org/fedora:40' }}
COPR_REPO: ${{ vars.COPR_REPO || '@pki/master' }}
NAMESPACE: ${{ vars.REGISTRY_NAMESPACE || 'dogtagpki' }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#

ARG BASE_IMAGE="registry.fedoraproject.org/fedora:latest"
ARG BASE_IMAGE="registry.fedoraproject.org/fedora:40"
ARG COPR_REPO=""

################################################################################
Expand Down

0 comments on commit 38979bd

Please sign in to comment.