Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Proton
sniper
sdk
Commits
5621842b
Verified
Commit
5621842b
authored
4 years ago
by
Rémi Bernon
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md.
parent
6d7db7c6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-2
21 additions, 2 deletions
README.md
with
21 additions
and
2 deletions
README.md
+
21
−
2
View file @
5621842b
Proton (soldier) SDK
Proton (soldier) SDK
--------------------
--------------------
This project
will eventually
build Docker images based on
This project build
s
Docker images based on
<https://gitlab.steamos.cloud/steamrt/soldier/sdk>
, with the addition
<https://gitlab.steamos.cloud/steamrt/soldier/sdk>
, with the addition
of Proton build-dependencies.
of Proton build-dependencies.
There's no code here yet.
This is mostly just a CI script, that clones
<https://github.com/ValveSoftware/Proton>
and builds the same docker
images as what
`make protonsdk`
does there. It does a bit of magic to
create a set of commands usable by
`kaniko`
instead of docker, as this
CI runs on Google Compute instances.
To trigger a new build and publish a new image, clone this repository,
update the
`PROTON_COMMIT`
variable in
`.gitlab-ci.yml`
, commit, push
and wait.
The image version tag that will be created is the value of the
`PROTONSDK_VERSION`
variable in
`docker/Makefile`
in the
`Proton`
source. If an image with the same tag already exists, it will be
overwritten, so make sure to edit this variable to some new value
after a new version has been published.
The SteamRT SDK image version that is used as a base, is defined
using the
`STEAMRT_VERSION`
variable in the same
`Makefile`
. The
`PROTONSDK_VERSION`
variable is usually a combination of this plus
an additional number, but it's not required to be.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment