Skip to content

Commit

Permalink
add support for upgrading edge cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrr committed Jan 29, 2024
1 parent f482cc8 commit e53557d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upgrade_edge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM ghcr.io/eficode-academy/edgek8s-management

RUN apk add --no-cache bash

COPY upgrade_edge/upgrade_edge.sh /opt/upgrade_edge.sh

RUN chmod +x /opt/upgrade_edge.sh

CMD ["/bin/sh", "-x", "/opt/upgrade_edge.sh"]
CMD ["/bin/bash", "-x", "/opt/upgrade_edge.sh"]

0 comments on commit e53557d

Please sign in to comment.