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

Improve docker build and bump deps #19

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Improve docker build and bump deps #19

merged 2 commits into from
Nov 12, 2024

Conversation

pkwarren
Copy link
Member

Update Dockerfile to use best practices for cross compiling Go code to other architectures. Add a dependabot config to keep GitHub actions and Docker versions up to date. Update BUFSTREAM_VERSION in Makefile to match the version used in the docker-compose.yaml file. Update Go dependencies to the latest.

Update Dockerfile to use best practices for cross compiling Go code to
other architectures. Add a dependabot config to keep GitHub actions and
Docker versions up to date. Update BUFSTREAM_VERSION in Makefile to
match the version used in the docker-compose.yaml file. Update Go
dependencies to the latest.
@@ -3,16 +3,17 @@
#
# This allows users to try out this demo without needing to have Go installed, as well
# as makes the demo runnable within docker compose.
FROM golang:1.23-alpine3.20 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23-alpine3.20 AS builder
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makefile Outdated
@@ -1,4 +1,4 @@
BUFSTREAM_VERSION := 0.1.0
BUFSTREAM_VERSION := 0.1.3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.2.0?

@pkwarren pkwarren requested a review from rodaine November 12, 2024 23:15
@pkwarren pkwarren merged commit 139458e into main Nov 12, 2024
3 checks passed
@pkwarren pkwarren deleted the pkw/demo-improvements branch November 12, 2024 23:17
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.

2 participants