File: Dockerfile.copy

package info (click to toggle)
golang-github-openshift-imagebuilder 1.2.3%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,396 kB
  • sloc: makefile: 13; sh: 3; ansic: 1
file content (8 lines) | stat: -rw-r--r-- 338 bytes parent folder | download
1
2
3
4
5
6
7
8
FROM centos:7
COPY archived.txt /archived/
COPY archived.tar /archived-tar/
COPY archived.tar.gz /archived-gz/
COPY archived.tar.bz2 /archived-bz2/
COPY archived.tar.xz /archived-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/