Fixed some files related to dependencies for building the image
This commit is contained in:
parent
6d01f09030
commit
b2f2568a67
4 changed files with 3770 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,7 +1,6 @@
|
||||||
# Ignore Yarn files
|
# Ignore Yarn files
|
||||||
.yarn
|
.yarn
|
||||||
.yarnrc.yml
|
.yarnrc.yml
|
||||||
yarn.lock
|
|
||||||
|
|
||||||
# Ignore dependencies
|
# Ignore dependencies
|
||||||
node_modules
|
node_modules
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ FROM node:lts
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
COPY .npmrc ./
|
|
||||||
COPY yarn.lock ./
|
COPY yarn.lock ./
|
||||||
|
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "harbor-helm-index",
|
"name": "harbor-helm-index",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "An app to generate and server a Helm repo index.yaml for a set of OCI based Helm charts stored in Harbor",
|
"description": "An app to generate and server a Helm repo index.yaml for a set of OCI based Helm charts stored in Harbor",
|
||||||
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index",
|
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index",
|
||||||
"author": "Bridgeman Accessible <info@bridgemanaccessible.com>",
|
"author": "Bridgeman Accessible <info@bridgemanaccessible.com>",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue