Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Turn off future warning from tar util [SKIP CI] #1604

Conversation

shuklanirdesh82
Copy link
Contributor

fixes #1556

Testing done: locally (make build-all)

=== Cleaning work files, images and plugin(s)...
rm -rf /tmp/plugin
rm -f docker-volume-vsphere
docker plugin rm shuklanirdesh/docker-volume-vsphere:0.16-dev -f
shuklanirdesh/docker-volume-vsphere:0.16-dev
docker rm -vf tempContainer
tempContainer
docker rmi shuklanirdesh/docker-volume-vsphere:rootfs
Untagged: shuklanirdesh/docker-volume-vsphere:rootfs
Deleted: sha256:21565646afd6d1ae650faa6fcb1a00cb18c910b2541a7d31375ae29413a964bd
Deleted: sha256:534c034383c0695ed5ffc4e931faef9990e0f606bcb20abdeb774ccc8faeef9d
Deleted: sha256:338a299fcdfc17ce0702357b5807071fad799191cc6d975b866bc18bc13d1bf5
== building Docker image, unpacking to ./rootfs and creating plugin...
cp ../build/docker-volume-vsphere .
docker build -q -t shuklanirdesh/docker-volume-vsphere:rootfs .
sha256:c7b88ac8bad307adcac14b883afadf99ae07387aaef49827d14755c1eb4f1a57
docker create --name tempContainer shuklanirdesh/docker-volume-vsphere:rootfs
bd1253e37a1d5845bd95f0f4af120c794fc15425d4de58210f28e55be58fda15
mkdir -p /tmp/plugin/rootfs
docker export  tempContainer  | tar -xm -C /tmp/plugin/rootfs
cp config.json docker-volume-vsphere /tmp/plugin
-- Creating  plugin shuklanirdesh/docker-volume-vsphere:0.16-dev ...
docker plugin create shuklanirdesh/docker-volume-vsphere:0.16-dev /tmp/plugin
shuklanirdesh/docker-volume-vsphere:0.16-dev
Pushing shuklanirdesh/docker-volume-vsphere:0.16-dev to dockerhub.io...
The push refers to a repository [docker.io/shuklanirdesh/docker-volume-vsphere]
c9ef405b7d68: Pushed
0.16-dev: digest: sha256:ffd7f8605e79474b728e935eed360b013736e5484543c28122fcdc9ecb8dc5b8 size: 519

/CC @msterin

@msterin
Copy link
Contributor

msterin commented Jul 18, 2017

Lgtm

@shuklanirdesh82 shuklanirdesh82 merged commit 9e8d999 into vmware-archive:master Jul 18, 2017
@shuklanirdesh82 shuklanirdesh82 deleted the turnoffTarFutureWarn.shuklanirdesh82 branch July 18, 2017 21:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Turnoff future timestamp warning from tar (while building managed plugin)
3 participants