File: Dockerfile.copy

package info (click to toggle)
golang-github-openshift-imagebuilder 1.2.15%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,776 kB
  • sloc: makefile: 18; sh: 3; ansic: 1
file content (13 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM centos:7
COPY archived.txt /archived/
COPY archived.txt /archived.txt
COPY archived.tar /archived-tar/
COPY archived.tar /archived.tar
COPY archived.tar.gz /archived-gz/
COPY archived.tar.gz /archived.tar.gz
COPY archived.tar.bz2 /archived-bz2/
COPY archived.tar.bz2 /archived.tar.bz2
COPY archived.tar.xz /archived-xz/
COPY archived.tar.xz /archived.tar.xz
COPY archived.txt archived.tar.xz archived.tar.bz2 /archived-mixed/
COPY archived.txt /archived.tar.xz ./archived.tar.bz2 /archived-mixed-path-variations/