Skip to content

Container build based on Ubuntu 22.04 with ODBC drivers installed.

License

Notifications You must be signed in to change notification settings

n3ddu8/ubuntu-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Ubuntu Base

An Ubuntu 22.04 container base image.

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Acknowledgments

About The Project

An Ubuntu:22.04 container image with basic tooling:

  • curl
  • Python3
  • Pip for Python3
  • Microsoft ODBC driver 17 for working with SQL Server

Built With

(back to top)

Getting Started

Prerequisites

Installation

docker build .
podman build .

(back to top)

Usage

While this container can be launched locally using the instructions above, it is really meant to be used as a base image for downstream workflows. For instance, to use it as a base in a new Dockerfile add the line:

FROM ghcr.io/n3ddu8/ubuntu-base:nightly
ENV PATH=${PATH}:/opt/mssql-tools/bin
EXPOSE 1433

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

(back to top)

About

Container build based on Ubuntu 22.04 with ODBC drivers installed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages