Skip to content

Commit

Permalink
apt -> apk fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Yakubov authored and Alexey Yakubov committed Jan 13, 2025
1 parent f1ebcbf commit 35a1a25
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions images/agent/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ mount:
- fromPath: ~/go-pkg-cache
to: /go/pkg

# git:
# - add: /
# to: /
# includePaths:
# - api
# - images/agent/src
# stageDependencies:
# setup:
# - "**/*"

shell:
setup:
- cd /src/images/{{ $.ImageName }}/src/cmd
Expand All @@ -110,8 +100,8 @@ final: false

shell:
install:
- apt-get update
- apt-get install ca-certificates tzdata -y
- apk update
- apk install ca-certificates tzdata -y
- mkdir -p /relocate/bin /relocate/sbin /relocate/etc /relocate/etc/ssl /relocate/usr/bin /relocate/usr/sbin /relocate/usr/share
- cp -pr /tmp /relocate
- cp -pr /etc/passwd /etc/group /etc/hostname /etc/hosts /etc/shadow /etc/protocols /etc/services /etc/nsswitch.conf /relocate/etc
Expand Down

0 comments on commit 35a1a25

Please sign in to comment.