Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 19bc1df

Browse files
authored
Update Dockerfile
1 parent bc908fe commit 19bc1df

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

Dockerfile

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
FROM google/cloud-sdk:alpine
2-
3-
LABEL "com.github.actions.name"="Submit Argo Workflows to GKE"
4-
LABEL "com.github.actions.description"="Trigger Argo (https://argoproj.github.io/) workflows That run on Google Kubernetes Engine (GKE) from GitHub"
5-
LABEL "com.github.actions.icon"="upload-cloud"
6-
LABEL "com.github.actions.color"="blue"
7-
LABEL "repository"="https://github.com/machine-learning-apps/gke-argo"
8-
LABEL "homepage"="http://github.com/actions"
9-
LABEL "maintainer"="Hamel Husain <[email protected]>"
10-
11-
RUN curl -sSL -o /usr/local/bin/argo https://github.com/argoproj/argo/releases/download/v2.2.1/argo-linux-amd64
12-
RUN chmod +x /usr/local/bin/argo
13-
14-
ADD entrypoint.sh /entrypoint.sh
15-
RUN chmod +x /entrypoint.sh
1+
FROM hamelsmu/gke-argo
162

173
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)