Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
report
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISC2
virtu
report
Commits
d7df218f
Verified
Commit
d7df218f
authored
1 year ago
by
iliya.saroukha
Browse files
Options
Downloads
Patches
Plain Diff
feat: started working on d) of ex1 (lab8)
parent
2711ea1a
No related branches found
No related tags found
No related merge requests found
Pipeline
#32459
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/08_dockerfiles.md
+17
-0
17 additions, 0 deletions
content/08_dockerfiles.md
with
17 additions
and
0 deletions
content/08_dockerfiles.md
+
17
−
0
View file @
d7df218f
...
...
@@ -119,3 +119,20 @@ Par conséquent, lorsque le `Dockerfile` a exécuté la commande `COPY` en étan
copiés dans le nouveau répertoire ont été spécifié en tant que
`root`
.
> Once again, not sure..
### Inspectez l'historique (non-tronquée) de l'image et décrivez chacune des ses couches
```
bash
docker
history
dockerfiles_ex01:1.0
--no-trunc
```
```
bash
IMAGE CREATED CREATED BY SIZE
sha256:969768d594b45fd014a90986623fa0ac9ede6ee8d26f0e4dd9532f93f9c63c2b 50 minutes ago CMD
[
"ls"
"-al"
"/dir_tar"
"/dir_add"
]
0B
<missing> 50 minutes ago COPY file0
*
/dir_add/
# buildkit 16.8kB
<missing> 50 minutes ago RUN /bin/sh
-c
mkdir
/dir_add
# buildkit 0B
<missing> 50 minutes ago ADD files.tar.gz /dir_tar
# buildkit 92kB
<missing> 50 minutes ago LABEL
maintainer
=
Yoda 0B
<missing> 9 days ago /bin/sh
-c
#(nop) CMD ["/bin/sh"] 0B
<missing> 9 days ago /bin/sh
-c
#(nop) ADD file:e3abcdba177145039cfef1ad882f9f81a612a24c9f044b19f713b95454d2e3f6 in / 7.79MB
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment