JosephDuffy / josephduffy.co.uk

My personal website and blog

Home Page:https://josephduffy.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

josephduffy.co.uk

Building Docker Image

Building the docker image requires the use of Docker BuiltKit. This is to allow the GITHUB_ACCESS_TOKEN secret during the build phase.

For example, if the GITHUB_ACCESS_TOKEN file contains the GitHub access token the container can be built using:

DOCKER_BUILDKIT=1 docker build . -t josephduffy:latest --secret=id=GITHUB_ACCESS_TOKEN,src=./GITHUB_ACCESS_TOKEN

About

My personal website and blog

https://josephduffy.co.uk

License:MIT License


Languages

Language:TypeScript 91.0%Language:JavaScript 3.6%Language:CSS 3.5%Language:Shell 1.0%Language:Dockerfile 0.9%