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

Commit

Permalink
Rename centos to rocky
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed May 5, 2022
1 parent 515b37e commit 0d4af1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# DBT2 packaging

This repository contains scripts, relying on `docker-compose`, used to build
`dbt2` packages with Postgres support (no MySQL nor SQLite3 support). Only the RPM format for centos8 is supported.
`dbt2` packages with Postgres support (no MySQL nor SQLite3 support). Only the
RPM format for RHEL 8 based distros is supported.

## Package building

Expand Down
2 changes: 1 addition & 1 deletion rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GID := $(shell id -g $(USER))
all: bin

bin:
env UID=$(UID) GID=$(GID) docker-compose run --rm dbt2-bin-centos8;
env UID=$(UID) GID=$(GID) docker-compose run --rm dbt2-bin-rocky8;

clean:
rm build/*.rpm
2 changes: 1 addition & 1 deletion rpm/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'

services:
dbt2-bin-centos8:
dbt2-bin-rocky8:
image: rockylinux:8
environment:
- VERSION
Expand Down

0 comments on commit 0d4af1a

Please sign in to comment.