/
githubmirror
/
dive
Обзор
Документация
Войти
/
githubmirror
/
dive
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.data/Dockerfile.test-image
14 строк
548 B
Alex Goodman
Add CI integration (#143)
30 дек 2018, 22:07
Не верифицирован
30 дек 2018, 22:07
fc27dcd
Код
Авторство
О чём код?
FROM busybox:latest ADD README.md /somefile.txt RUN mkdir -p /root/example/really/nested RUN cp /somefile.txt /root/example/somefile1.txt RUN chmod 444 /root/example/somefile1.txt RUN cp /somefile.txt /root/example/somefile2.txt RUN cp /somefile.txt /root/example/somefile3.txt RUN mv /root/example/somefile3.txt /root/saved.txt RUN cp /root/saved.txt /root/.saved.txt RUN rm -rf /root/example/ ADD .scripts/ /root/.data/ RUN cp /root/saved.txt /tmp/saved.again1.txt RUN cp /root/saved.txt /root/.data/saved.again2.txt RUN chmod +x /root/saved.txt