Adding a new docker container for performing mounts on GCI

Signed-off-by: Vishnu kannan <vishnuk@google.com>
pull/6/head
Vishnu Kannan 2016-10-20 12:10:22 -07:00 committed by Vishnu kannan
parent 79eda6779f
commit ac4ca7ff01
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
## v1 (Thu Oct 20 2016 Vishnu Kannan <vishh@google.com>) ## v1 (Thu Oct 20 2016 Vishnu Kannan <vishh@google.com>)
- Creating a container with mount tools pre-installed - Creating a container with mount tools pre-installed
- Digest: sha256:e3dad2a7e6e79f8fad8a513f85d7e1489456c829f966908617de21a084270d7f - Digest: sha256:9b3c1f04ad6b8947af4eb98f1eff2dc54c5664e3469b4cdf722ec5dd2a1dc064

View File

@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM debian:jessie FROM ubuntu:xenial
MAINTAINER vishh@google.com MAINTAINER vishh@google.com
RUN apt-get update && apt-get install -y nfs-common glusterfs-client RUN apt-get update && apt-get install -y nfs-common=1:1.2.8-9ubuntu12 glusterfs-client=3.7.6-1ubuntu1
ENTRYPOINT ["/bin/mount"] ENTRYPOINT ["/bin/mount"]