mirror of https://github.com/k3s-io/k3s
Adding a new docker container for performing mounts on GCI
Signed-off-by: Vishnu kannan <vishnuk@google.com>pull/6/head
parent
79eda6779f
commit
ac4ca7ff01
|
@ -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
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue