Skip to content

Commit

Permalink
pkg: move centos8 to rocky8
Browse files Browse the repository at this point in the history
  • Loading branch information
ohwgiles committed Aug 4, 2021
1 parent e67e0bc commit 15dbed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/centos8-x86_64.sh → pkg/rocky8-x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ OUTPUT_DIR=$PWD

SOURCE_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]})/..)

VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty | tr - .)~upstream_centos8
VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty | tr - .)~upstream_rocky8

DOCKER_TAG=$(docker build -q - <<EOS
FROM centos:8
FROM rockylinux/rockylinux:8
RUN dnf -y update && dnf -y install rpm-build cmake make gcc-c++ wget sqlite-devel boost-devel zlib-devel
EOS
)
Expand Down

0 comments on commit 15dbed4

Please sign in to comment.