Skip to content

Commit

Permalink
Update image version tags in Dockerfile comments (apache#4631)
Browse files Browse the repository at this point in the history
* Fix typos on Docker image versions that we are currently running
   as part of CI

 * Add version comment in the same pattern for ci_lint image
  • Loading branch information
leandron authored and zhiics committed Mar 2, 2020
1 parent 51786bf commit 01335d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

# CI docker CPU env
# tag: v0.41
# tag: v0.54
FROM ubuntu:16.04

RUN apt-get update --fix-missing
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

# CI docker GPU env
# tag: v0.54
# tag: v0.56
FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04

# Base scripts
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_i386
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

# CI docker i386 env
# tag: v0.50
# tag: v0.53

FROM ioft/i386-ubuntu:16.04

Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.ci_lint
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# For lint test
# CI docker lint env
# tag: v0.51
FROM ubuntu:16.04

RUN apt-get update && apt-get install -y sudo wget
Expand Down

0 comments on commit 01335d5

Please sign in to comment.