Skip to content

Latest commit

 

History

History

mssql-server-linux-adapter-ci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

mssql-server-linux-adapter-ci

Using the official images for ruby.

Includes all CI dependencies, Ruby, FreeTDS and wait-for.

All commands assume that the $PWD is this directory.

Build and Push Image

Fully automated build. The docker image is pushed as part of the build process. So you need to login to Github packages first:

docker login ghcr.io

Then run the build and push script.

./build.sh 3.3.0

Build Testing

Simple build command.

docker build --build-arg TARGET_VERSION=3.3.0 -t rails-sqlserver/activerecord-sqlserver-adapter:3.3.0 .

Ensure that the build script worked.