Skip to content

Commit

Permalink
do not upgrade packages in container
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeorger committed Jul 25, 2023
1 parent d9cbbec commit b6c2407
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
Binary file not shown.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ ENV NODE_ENV production

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y --no-install-recommends g++ make python3 libvips-dev nano && apt-get clean && rm -rf /var/lib/apt/lists/*


RUN apt-get update && apt-get install -y --no-install-recommends \
g++ make python3 libvips-dev nano && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# ENV GHOST_CLI_VERSION 1.24.1
RUN npm install -g "ghost-cli@latest" && npm cache clean --force
Expand Down
14 changes: 13 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
apiVersion: v1
entries:
ghost-on-kubernetes:
- apiVersion: v2
appVersion: 5.55.1
created: "2023-07-25T19:03:15.902681-04:00"
description: A Helm chart which deploys Ghost in Kubernetes as statefulsets and
services
digest: af0b202729594e6d2d4a27f6a707d7d4e8065bdbd1044cf2fe0ff97a03d04ead
icon: https://ghost.org/images/logos/ghost-logo-orb.png
name: ghost-on-kubernetes
type: application
urls:
- ghost-on-kubernetes-1.1.3.tgz
version: 1.1.3
- apiVersion: v2
appVersion: 5.55.1
created: "2023-07-25T11:12:41.029823-04:00"
Expand All @@ -25,4 +37,4 @@ entries:
urls:
- ghost-on-kubernetes-1.0.1.tgz
version: 1.0.1
generated: "2023-07-25T11:12:41.02984-04:00"
generated: "2023-07-25T19:03:15.902713-04:00"

0 comments on commit b6c2407

Please sign in to comment.