This repository contains common tools and scripts for working with containers.
The primary use is for small tools used to build, test and distribute container images by GCP engineers, although other users might find them useful as well.
If you're looking for the container structure tests, check out our new dedicated repo.
Projects in this repo are mainly organized in sub-directories.
See below for a list of the tools contained here.
You'll most likely need the bazel
tool to build the code in this repository.Follow these instructions to install and configure bazel.
We provide a pre-commit git hook for convenience.Please install this before sending any commits via:
ln -s $(pwd)/hack/hooks/* .git/hooks/
升级Asp.net core项目时,使用Visual studio 2017部署出错。 因此部署System.Drawing.Common的时候出错,正确方法如下: 在项目中使用nuget 添加System.Drawing.Common包后,自动添加他的依赖microsoft.win32.systemevents包。 部署时,将下面两个文件夹合并到一个文件夹rumtimes,拷贝到部署文件夹下。
一,错误 错误梗概: clang++: /home/hongleili/ex/llvmProj/llvm-project-llvmorg-13.0.0/llvm/lib/Target/X86/X86FloatingPoint.cpp:1641: void {anonymous}::FPS::handleSpecialFP(llvm::MachineBasicBlock::iterator&): A
官方文档上有一些出入,按照下述步骤是ok的 Home · COVESA/capicxx-core-tools Wiki · GitHub 1. 安装依赖项: sudo apt install wget cmake libexpat-dev expat default-jre gcc g++ sudo apt install asciidoc source-highlight doxygen gr
问题:部署一些net core网站出现图片验证码无法加载 原因:System.Drawing.Common在 Linux 上运行异常 解决 导入 Mono 密钥、更新镜像源 https://www.mono-project.com/download/stable/#download-lin-centos 安装 libgdiplus yum install libgdiplus 确认文件 /usr/