Skip to content

Commit

Permalink
chore(core): replace ubuntu base image with alt-linux (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Sysoev <[email protected]>
  • Loading branch information
hardcoretime authored Jun 13, 2024
1 parent 6cc4d26 commit da3d826
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions images/base-ubuntu-jammy/werf.inc.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion images/kube-api-proxy/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ shell:

---
image: {{ $.ImageName }}
fromImage: base-ubuntu-jammy
fromImage: base-alt-p10
import:
- image: {{ $.ImageName }}-builder
add: /src/kube-api-proxy/kube-api-proxy
Expand Down
2 changes: 1 addition & 1 deletion images/pre-delete-hook/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
image: {{ $.ImageName }}
fromImage: base-ubuntu-jammy
fromImage: base-alt-p10
git:
- add: /images/{{ $.ImageName }}/entrypoint.sh
to: /usr/local/bin/entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion images/virtualization-api/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
image: {{ $.ImageName }}
fromImage: base-ubuntu-jammy
fromImage: base-alt-p10
import:
- image: virtualization-artifact
add: /usr/local/go/src/virtualization-controller/virtualization-api
Expand Down
2 changes: 1 addition & 1 deletion images/virtualization-controller/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
image: {{ $.ImageName }}
fromImage: base-ubuntu-jammy
fromImage: base-alt-p10
import:
- image: virtualization-artifact
add: /usr/local/go/src/virtualization-controller/virtualization-controller
Expand Down
2 changes: 1 addition & 1 deletion images/vmi-router/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ shell:
- go build -v -a -o vmi-router main.go
---
image: {{ $.ImageName }}
fromImage: base-ubuntu-jammy
fromImage: base-alt-p10
import:
- image: vmi-router-builder
add: /app/images/vmi-router/vmi-router
Expand Down

0 comments on commit da3d826

Please sign in to comment.