Updated Github Actions, Fixed Dockerfile
- Updated the Github Actions to build just one binary with all DB Backends. - Created a hadolint workflow to check and verify Dockerfiles. - Fixed current hadolint errors. - Fixed a bug in the Dockerfile.j2 which prevented the correct libraries and tools to be installed on the Alpine images. - Deleted travis.yml since that is not used anymore
Showing
- .github/workflows/build.yml 125 additions, 0 deletions.github/workflows/build.yml
- .github/workflows/hadolint.yml 34 additions, 0 deletions.github/workflows/hadolint.yml
- .github/workflows/workspace.yml 0 additions, 148 deletions.github/workflows/workspace.yml
- .travis.yml 0 additions, 21 deletions.travis.yml
- docker/Dockerfile.j2 14 additions, 11 deletionsdocker/Dockerfile.j2
- docker/amd64/Dockerfile.alpine 2 additions, 0 deletionsdocker/amd64/Dockerfile.alpine
- docker/arm32v6/Dockerfile 3 additions, 5 deletionsdocker/arm32v6/Dockerfile
- docker/arm32v7/Dockerfile 3 additions, 5 deletionsdocker/arm32v7/Dockerfile
- docker/arm32v7/Dockerfile.alpine 1 addition, 0 deletionsdocker/arm32v7/Dockerfile.alpine
- docker/arm64v8/Dockerfile 3 additions, 5 deletionsdocker/arm64v8/Dockerfile
Loading
Please register or sign in to comment