# image-build-base **Repository Path**: rfolabs/image-build-base ## Basic Information - **Project Name**: image-build-base - **Description**: This repository holds the Dockerfiles and builds scripts for rfo/hardened-build-base Docker images. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: rfo - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-02 - **Last Updated**: 2023-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rfolabs/hardened-build-base This repository holds the Dockerfiles and builds scripts for hub.oepkgs.net/rfolabs/hardened-build-base Docker images. This image is used for [compiling rke2 components](https://docs.rke2.io/security/fips_support/#fips-support-in-cluster-components). Supported architectures - [x86_64/amd64](Dockerfile.amd64) - [arm64](Dockerfile.arm64) ## Build ```sh TAG=v1.20.3 make ``` ### Versioning The images built within this repository use the same versioning format as Golang version. If we have specific golang distribution in the feature, we will follow its version format.