From the course: Learning GitHub Actions
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Dockerfile review - GitHub Tutorial
From the course: Learning GitHub Actions
Dockerfile review
- [Instructor] To create a custom action we'll need to start with a Dockerfile. If you're already familiar with using Docker and writing Dockerfiles, you can skip this lesson and move on to the next lesson where we discuss adding a Dockerfile to our repo. But if you need some direction or a refresher on Docker and Dockerfiles, stick around, I promise it'll be fun. Before getting started with Docker, you'll need to have it installed on your local system. You'll find links to installers for macOS and Windows on the Docker homepage. If you need more details on installing Docker, you'll find several videos in the LinkedIn Learning library by searching for the keywords, install Docker. Dockerfiles contain all the information needed to build a Docker image. This could include references to other images and specific commands to run during the build process. By documenting each step required to build an image, we can be sure that…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
(Locked)
Plan a custom action4m 28s
-
(Locked)
Your custom action objective1m 7s
-
(Locked)
Dockerfile review4m 58s
-
(Locked)
Add a Dockerfile2m 20s
-
(Locked)
Add an entry-point script2m 30s
-
(Locked)
Use runtime environment resources4m 11s
-
(Locked)
Test an action locally3m 52s
-
(Locked)
Complete the entry-point script2m 2s
-
(Locked)
Add a metadata file2m 48s
-
(Locked)
Add a README file1m 48s
-
(Locked)
Deploy a custom action2m 22s
-
(Locked)
Publish an action to the Marketplace4m 16s
-
(Locked)
Challenge: Create a custom action1m
-
(Locked)
Solution: Create a custom action7m 47s
-
(Locked)
-