Github Container Registry support (#125)

* Initial tests for ghcr.io integration

* Fixed login issue

* Try with only GHCR

* Removed unused system

* Time to break everything with hub.docker.com support

* Fix format error

* Update dockerfile to use latest recommended version of nodejs.
This commit is contained in:
Redblueflame
2021-03-28 21:27:17 +02:00
committed by GitHub
parent c7da8c5fd3
commit bb8c0d264e
4 changed files with 56 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
# Dockerfile
FROM node:11.13.0-alpine
FROM node:14.16.0-alpine
# create destination directory
RUN mkdir -p /usr/src/knossos