Skip to content

Commit

Permalink
Reserve capacity with the ig-build image loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Sep 21, 2023
1 parent 104a929 commit 39e1f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/ig-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:21-jdk-bullseye
MAINTAINER Josh Mandel

RUN apt-get update && apt-get -y install python3 python3-pip gosu openssl wget graphviz ruby2.7 ruby2.7-dev inotify-tools
RUN apt-get update && apt-get -y install python3 python3-pip gosu openssl wget graphviz ruby2.7 ruby2.7-dev inotify-tools && apt-get clean
RUN pip3 install --upgrade requests zulip
RUN gem install jekyll jekyll-asciidoc

Expand Down
2 changes: 1 addition & 1 deletion k8s/reserved-capacity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: ubuntu
image: ubuntu
image: "gcr.io/fhir-org-starter-project/ig-build"
command: ["sleep"]
args: ["infinity"]
resources:
Expand Down

0 comments on commit 39e1f09

Please sign in to comment.