Skip to content

Commit

Permalink
remove snyk from docker image, fix typos in docker image instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrosx committed Mar 27, 2024
1 parent 2fc9573 commit d42c3c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CI/ESS/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk update && apk upgrade

WORKDIR /home/node/app
COPY package*.json /home/node/app/
COPY .snyk /home/node/app/
#COPY .snyk /home/node/app/

#RUN npm config set proxy $http_proxy
#RUN npm config set https-proxy $http_proxy
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ We hope to automate the image release in the near future.
`> docker build -f CI/ESS/Dockerfile --tag ghcr.io/scicatproject/zip-service:<release>`
where release is something like _alpha.__n___ with _n_ the next available number.
Please check in the image repository available [here](https://github.com/SciCatProject/zip-service/pkgs/container/zip-service) for the next available release.
At the time of this writing, the latest image is alpha:5., so the full command is:
`> docker build -f CI/ESS/Dockerfile --tag ghcr.io/scicatproject/zip-service:alpha.5`
3. login in to github through docker
`> docker login ghcr.io`
4. push the image
`> docker push .....`

`> docker push ghcr.io/scicatproject/zip-service:alpha.<release>`
To follow up our example, the full command will be:
`> docker push ghcr.io/scicatproject/zip-service:alpha.5`


# Usage
Expand Down

0 comments on commit d42c3c1

Please sign in to comment.