-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to Centos Stream 8, removing Centos 7 support
- We no longer build for Centos 6 or 7, so retaining support for this is just adding complexity to the scripts - Install latest validated containerd from Docker repo, not some hardcoded version
- Loading branch information
1 parent
a7fd410
commit f9a8256
Showing
3 changed files
with
23 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM centos:8 | ||
FROM quay.io/centos/centos:stream8 | ||
MAINTAINER GoCD Team <[email protected]> | ||
|
||
COPY provision /usr/local/src/provision/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters