Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OKD-226: Dockerfile.rhel7: Add ARG TAGS=ocp
Allow this ARG to be overriden by builds so that OKD builds may have the correct branding by default. OKD/SCOS builds pass the build-arg TAGS=scos so pkg/controllers/configobservation/oauth/brand_okd.go which has //go:build !ocp will be built instead of pkg/controllers/configobservation/oauth/brand_ocp.go which has //go:build ocp. This change should not affect the OCP build of the operator image.
- Loading branch information