Skip to content

Commit

Permalink
switch to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Aug 15, 2024
1 parent a92bfa8 commit bdceef2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
# ---------------------
FROM openaf/oaf as main

# Switch to edge
RUN sed -i 's/v[0-9]*\.[0-9]*/edge/g' /etc/apk/repositories
#COPY ./dive /usr/bin/dive
#COPY README.md /README.md

USER root
# Setup all tools
# ---------------
RUN apk update\
RUN sed -i 's/v[0-9]*\.[0-9]*/edge/g' /etc/apk/repositories\
&& apk update\
&& apk upgrade --available\
&& apk --no-cache add docker-cli skopeo curl tar bash gzip mc containerd-ctr nerdctl bash-completion\
&& /openaf/ojob ojob.io/kube/getCriCtl path=/usr/bin\
Expand Down

0 comments on commit bdceef2

Please sign in to comment.