File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 12
12
- name : Backend
13
13
init : |
14
14
echo -e "\n- Setting up database..\n"
15
- cd && go get -u github.com/jackc/tern
15
+ cd && go install github.com/jackc/tern@latest
16
16
cd /tmp && git clone https://github.com/pgpartman/pg_partman && cd pg_partman && sudo make NO_BGW=1 install
17
17
psql -c 'create database hub'
18
18
cd /workspace/hub/database/migrations && TERN_CONF=/workspace/hub/.gitpod/tern.conf ./migrate.sh
Original file line number Diff line number Diff line change 1
1
FROM gitpod/workspace-postgres
2
2
3
- RUN wget https://github.com/aquasecurity/trivy/releases/download/v0.36.1/trivy_0.36.1_Linux-64bit.deb && \
4
- sudo dpkg -i trivy_0.36.1_Linux-64bit.deb
5
- RUN sudo wget https://github.com/operator-framework/operator-registry/releases/download/v1.26.2/linux-amd64-opm -O /usr/local/bin/opm && \
6
- sudo chmod +x /usr/local/bin/opm
3
+ RUN wget https://github.com/aquasecurity/trivy/releases/download/v0.36.1/trivy_0.36.1_Linux-64bit.deb \
4
+ && sudo dpkg -i trivy_0.36.1_Linux-64bit.deb
5
+ RUN sudo wget https://github.com/operator-framework/operator-registry/releases/download/v1.26.2/linux-amd64-opm -O /usr/local/bin/opm \
6
+ && sudo chmod +x /usr/local/bin/opm
7
+ RUN wget https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.11.0.tar.gz \
8
+ && sudo tar -C /usr/local -xzf libtensorflow-cpu-linux-x86_64-2.11.0.tar.gz \
9
+ && sudo ldconfig /usr/local/lib
Original file line number Diff line number Diff line change @@ -12,3 +12,14 @@ server:
12
12
shutdownTimeout : 10s
13
13
webBuildPath : ../../web/build
14
14
widgetBuildPath : ../../widget/build
15
+ theme :
16
+ colors :
17
+ primary : " #417598"
18
+ secondary : " #2D4857"
19
+ images :
20
+ appleTouchIcon192 : " /static/media/logo192_v2.png"
21
+ appleTouchIcon512 : " /static/media/logo512_v2.png"
22
+ openGraphImage : " /static/media/artifactHub_v2.png"
23
+ shortcutIcon : " /static/media/logo_v2.png"
24
+ websiteLogo : " /static/media/logo/artifacthub-brand-white.svg"
25
+ siteName : " Artifact Hub"
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ tracker:
14
14
repositoriesNames : []
15
15
repositoriesKinds : []
16
16
bypassDigestCheck : false
17
+ categoryModelPath : ../../ml/category/model
You can’t perform that action at this time.
0 commit comments