Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(core): replace ubuntu base image with alt-linux #125

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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