-
Notifications
You must be signed in to change notification settings - Fork 813
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
Xonotic Example: Docker 24.0.6 #3538
Conversation
Success log - https://gist.github.com/Kalaiselvi84/77433f8bb46044fb8d220fd09bc32214 Pending: Will push new image to prod once this PR is merged |
Build Failed 😱 Build Id: c93d3fed-640f-4645-bbed-fc0239ae515b To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: fb18a503-0cd7-410b-aefb-85b4688fe6d0 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
E2E test failure seems related |
so xonotic-example:1.6 is not pushed to our registry yet. You should do that first. |
Thanks for the review and update. The new image has been pushed to the registry. Log - https://gist.github.com/Kalaiselvi84/ecfe5fb1f5f94649f62b9e4eefa66384 https://screenshot.googleplex.com/5fBhTkeVyygpUyq |
Build Succeeded 👏 Build Id: e9f8803d-b29d-44cd-811a-eeb3cf937398 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
examples/xonotic/Makefile
Outdated
@@ -84,13 +84,13 @@ push-windows-image-%: | |||
$(MAKE) WINDOWS_DOCKER_PUSH_ARGS=--push build-windows-image-$* | |||
|
|||
build-windows-image-%: ensure-windows-buildx | |||
docker buildx build --platform windows/amd64 --builder $(BUILDX_WINDOWS_BUILDER) -f $(project_path)Dockerfile.windows \ | |||
--tag=$(server_tag)-windows_amd64-$* --build-arg WINDOWS_VERSION=$* . $(WINDOWS_DOCKER_PUSH_ARGS) | |||
DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --platform windows/amd64 --builder $(BUILDX_WINDOWS_BUILDER) -f $(project_path)Dockerfile.windows \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is DOCKER_CLI_EXPERIMENTAL=enabled
needed? docker buildx build
is not an experimental feature.
nit: why extra indentation is added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR addresses this issue
The build for Xonotic was successful without enabling DOCKER_CLI_EXPERIMENTAL
and --use
flag, but the build failed without these two in the simple-game-server🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is some weirdness, since Cloud Build server is 20.x and we're using the Docker client 24.x -- so sometimes some things don't work as you expect them to with a full 24.x installation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we good with the updates without including the DOCKER_CLI_EXPERIMENTAL=enabled
and --use
flag? This is the expected update, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as it works, I don't mind 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, shall we proceed with merging this PR?🙂
Build Succeeded 👏 Build Id: 685b2e49-7c72-4304-b36d-e63b84ffb50c The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 04cdea5d-de13-42bc-b23f-be06b87a6366 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Failed 😱 Build Id: 7c4c00a3-2c7e-43ac-b4ae-05bb86b8755c To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 0a102fb2-6e60-42ea-a21f-5772a14ded57 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Work on #3530
Special notes for your reviewer: