Skip to content

Commit

Permalink
Pin Fuchsia and Chromium images to specific base images.
Browse files Browse the repository at this point in the history
This is so that we don't have to these images when
we upgrade the OSS-Fuzz images.

This is related to google/oss-fuzz#6180
  • Loading branch information
jonathanmetzman committed Aug 17, 2021
1 parent c67604c commit 63052cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/chromium/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/clusterfuzz-images/base
FROM gcr.io/clusterfuzz-images/base@sha256:1110514de5bb678562b75e5cf65130923bd22bb9371dcbc9e99483fd277ac135

ENV UPDATE_WEB_TESTS True
ENV NFS_ROOT /mnt/nfs/cfvolume
Expand Down
2 changes: 1 addition & 1 deletion docker/chromium/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/clusterfuzz-images/base
FROM gcr.io/clusterfuzz-images/base@sha256:1110514de5bb678562b75e5cf65130923bd22bb9371dcbc9e99483fd277ac135

ENV RUN_CMD \
"python3.7 $ROOT_DIR/src/python/other-bots/chromium-builder/run.py"
Expand Down
2 changes: 1 addition & 1 deletion docker/chromium/tests-syncer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/clusterfuzz-images/base
FROM gcr.io/clusterfuzz-images/base@sha256:1110514de5bb678562b75e5cf65130923bd22bb9371dcbc9e99483fd277ac135

ENV RUN_CMD \
"python3.7 $ROOT_DIR/src/python/other-bots/chromium-tests-syncer/run.py"
Expand Down
2 changes: 1 addition & 1 deletion docker/fuchsia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/clusterfuzz-images/base
FROM gcr.io/clusterfuzz-images/base@sha256:1110514de5bb678562b75e5cf65130923bd22bb9371dcbc9e99483fd277ac135

RUN apt-get update && apt-get install -y openssh-client

Expand Down

0 comments on commit 63052cc

Please sign in to comment.