Skip to content

Commit

Permalink
Update pkg/swap hash to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
  • Loading branch information
rn committed Feb 14, 2023
1 parent cbbaca1 commit 2761b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/docker-for-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ onboot:
command: ["/usr/bin/mountie", "/var/lib"]
# make a swap file on the mounted disk
- name: swap
image: linuxkit/swap:cf9b484598f197a31b570012815c679826145bc4
image: linuxkit/swap:d17a7f1c26ff768c26b3c206ccf3aa72349568df
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
- name: mount-vpnkit
Expand Down
2 changes: 1 addition & 1 deletion examples/swap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ onboot:
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
command: ["/usr/bin/mountie", "/var/external"]
- name: swap
image: linuxkit/swap:cf9b484598f197a31b570012815c679826145bc4
image: linuxkit/swap:d17a7f1c26ff768c26b3c206ccf3aa72349568df
# to use unencrypted swap, use:
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
Expand Down

0 comments on commit 2761b67

Please sign in to comment.