File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Some thoughts to consider when adding a new message:
122
122
It's highly recommended to use the docker container to run the release process,
123
123
the docker container can be pulled from DockerHub and launched via this command:
124
124
125
- docker run -v $PWD:/mnt/workspace -i -t swiftnav/libsbp-build:2021-10-13
125
+ docker run -v $PWD:/mnt/workspace -i -t swiftnav/libsbp-build:2022-05-26
126
126
127
127
Check this [ link] ( https://hub.docker.com/r/swiftnav/libsbp-build/tags ) for newer tags.
128
128
@@ -377,7 +377,7 @@ directory is setup (probably located/have to create it in
377
377
invoke docker like this in order to run the ` dist-java` task:
378
378
379
379
` ` ` shell
380
- docker run -v $PWD /.gradle:/home/dockerdev/.gradle -v $PWD :/mnt/workspace -i -t swiftnav/libsbp-build:2021-10-13 /bin/bash
380
+ docker run -v $PWD /.gradle:/home/dockerdev/.gradle -v $PWD :/mnt/workspace -i -t swiftnav/libsbp-build:2022-05-26 /bin/bash
381
381
` ` `
382
382
383
383
Then, create ` gradle.properties` as follows:
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Start [Docker desktop](https://docs.docker.com/docker-for-mac/).
117
117
The quickest method to get going is to just pull a prebuilt copy from DockerHub
118
118
(no guarantees on freshness) by running the following on your command line:
119
119
120
- docker run --rm -v $PWD:/mnt/workspace -i -t swiftnav/libsbp-build:2021-10-13 /bin/bash
120
+ docker run --rm -v $PWD:/mnt/workspace -i -t swiftnav/libsbp-build:2022-05-26 /bin/bash
121
121
122
122
This will mount your local copy of the libsbp repository onto the image.
123
123
@@ -154,7 +154,7 @@ This could take several hours to run. Alternately, the docker image will run
154
154
the ` make all ` command by default, so you can kick off the ` make all ` process
155
155
by simply running the following command:
156
156
157
- docker run --rm -v $PWD:/mnt/workspace -i -t libsbp-build:2021-10-13
157
+ docker run --rm -v $PWD:/mnt/workspace -i -t libsbp-build:2022-05-26
158
158
159
159
When you are finished, quit Docker so that it would not unnecessarily use up
160
160
resources on your machine.
You can’t perform that action at this time.
0 commit comments