kopia lustrzana https://github.com/jupyterhub/repo2docker
11 wiersze
408 B
Bash
Executable File
11 wiersze
408 B
Bash
Executable File
#!/bin/sh -e
|
|
#
|
|
# S2I save-artifacts script for the 'ubuntu1610-python35-venv' image.
|
|
# The save-artifacts script streams a tar archive to standard output.
|
|
# The archive contains the files and folders you want to re-use in the next build.
|
|
#
|
|
# For more information see the documentation:
|
|
# https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md
|
|
#
|
|
# tar cf - <list of files and folders>
|