Skip to content

Conversation

@maxsours
Copy link
Contributor

The docker setup here is not complex enough to warrant docker-compose files, so this commit removes them in favor of simple docker build and docker run commands.

The other change here is to the docker image version specified. It is too easy to forget to change the hard-coded version when we update our support window. We have changed our new version support process a lot since we last updated the version here. We now tend to support new Go releases very soon after they release, so I think we can get away with having the default version be latest in our Dockerfiles.

This commit updates the documentation to match both the above changes and changes made to teamserver.

The docker setup here is not complex enough to warrant docker-compose
files, so this commit removes them in favor of simple `docker build`
and `docker run` commands.

The other change here is to the docker image version specified. It is
too easy to forget to change the hard-coded version when we update
our support window. We have changed our new version support process a
lot since we last updated the version here. We now tend to support
new Go releases very soon after they release, so I think we can get
away with having the default version be `latest` in our Dockerfiles.

This commit updates the documentation to match both the above changes
and changes made to teamserver.
@maxsours maxsours requested a review from a team as a code owner May 14, 2025 21:16
Copy link
Contributor

@mark-pictor-csec mark-pictor-csec left a comment

Choose a reason for hiding this comment

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

A nit on the go version.

Otherwise looking good!

@mark-pictor-csec mark-pictor-csec self-requested a review May 15, 2025 19:21
Copy link
Contributor

@mark-pictor-csec mark-pictor-csec left a comment

Choose a reason for hiding this comment

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

After looking at the commit changing from latest, I do think we need to change this - so changing my review from comment to request changes.

@maxsours maxsours requested a review from mark-pictor-csec May 15, 2025 20:40
@maxsours maxsours merged commit 9244570 into main May 19, 2025
10 checks passed
@maxsours maxsours deleted the GO-2278-update-demo branch May 19, 2025 17:15
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.

3 participants