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

use debian bullseye in docker #545

Closed

Conversation

StefanSchoof
Copy link
Contributor

Use the current stable debian bullseye in the dockerfile

@isarrider
Copy link
Contributor

as reference:
#531

@r00t-
Copy link
Contributor

r00t- commented Jan 15, 2023

obsoleted by #560 switching from debian to to alpine
might be obsoleted by #560 containing code to switch from debian to to alpine

@isarrider
Copy link
Contributor

Alpine - awesome!

@isarrider
Copy link
Contributor

@r00t-
Why MIGHT bw btw?

@StefanSchoof
Copy link
Contributor Author

Because the Version in #560 the alpine was there by accident and did not Work. I plan to look into alpine based Images, when I find the time.

@isarrider
Copy link
Contributor

I saw your comment that it doesnt build but for me it builds fine...:

docker buildx build
--platform linux/arm64
-t vzlogger:$(date "+%Y_%m_%d")
.

with the latest git from here and maxbergers Dockerfile

@maxberger
Copy link
Contributor

I saw your comment that it doesnt build but for me it builds fine...:

docker buildx build --platform linux/arm64 -t vzlogger:$(date "+%Y_%m_%d") .

with the latest git from here and maxbergers Dockerfile

The alpine bug shows up on arm/v6
docker buildx build --platform=linux/arm/v6 .
See also the discussion on #563

@StefanSchoof
Copy link
Contributor Author

close in favor of #563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants