You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* github actions: fix the timeout key
* travis: change ubuntu version
* Ubuntu(20.04 focal) as base image
With ubuntu 20.04 LTS, we get a longer LTS image as a base.
A good idea to keep it handy if someone wants it.
Signed-off-by: Amar Tumballi <[email protected]>
Copy file name to clipboardExpand all lines: operator/Dockerfile
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
FROM kadalu/kadalu-base
1
+
FROM kadalu/kadalu-base:latest
2
2
3
3
# Always have the latest stable kubectl
4
+
5
+
RUN apt-get install -y curl
4
6
RUN curl -L https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/`uname -m | sed 's|aarch64|arm64|' | sed 's|x86_64|amd64|'`/kubectl -o /usr/bin/kubectl
0 commit comments