-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use
ubuntu:22.04
for docker containers 🐛 (#4188)
* fix: use `debian:bookworm` for docker containers 🐛 * Revert "fix: use `debian:bookworm` for docker containers 🐛" This reverts commit d3a0d92. * fix: use ubuntu 20.04 binaries * Revert "Revert "fix: use `debian:bookworm` for docker containers 🐛"" This reverts commit 8ca2b33. * chore: use `ubuntu:22.04` as base * fix: wrong merge * fix: revert back to ubuntu 20.04 🤷♂️ * Revert "fix: revert back to ubuntu 20.04 🤷♂️" This reverts commit b333451.
- Loading branch information
Showing
17 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -218,4 +218,4 @@ jobs: | |
uses: actions/upload-artifact@v3 | ||
with: | ||
name: chainflip-backend-public-images | ||
path: public | ||
path: public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ci/docker/development/chainflip-ingress-egress-tracker.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ci/docker/production/chainflip-ingress-egress-tracker.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
ARG CHAINSPEC | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:bullseye | ||
FROM ubuntu:22.04 | ||
ARG BUILD_DATETIME | ||
ARG VCS_REF | ||
|
||
|