Skip to content

ttscience/postgres-temporal-tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

my-postgres-temporal-tables

This repository contains a Dockerfile for building a PostgreSQL image with the temporal_tables extension installed. The image is based on postgres:16.

Building the Docker Image

To build the Docker image, run the following command in the root directory of this repository:

docker build -t my-postgres-temporal-tables .

This will create a Docker image named my-postgres-temporal-tables.

Running the Docker Image

To run the Docker image, use the following command:

docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d my-postgres-temporal-tables

Replace mysecretpassword with the password you want to use for the PostgreSQL postgres user.

GitHub Actions

This repository uses GitHub Actions to automatically build the Docker image and push it to the GitHub Container Registry. The workflow is triggered on every push to the repository and is also scheduled to run on a weekly basis.

The GitHub Actions workflow is defined in the .github/workflows/docker-build.yml file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages