Create a Docker Image for redoc-cli and register it on Docker Hub

I wanted to start by preparing the environment to try OpenAPI v3, but redoc-cli was officially created and registered because there seemed to be no docker image.

I don't like working with cli, so I used intelliJ. This article is a memorandum of the work.

What you have prepared

--github account --Docker Hub account

work

Create a repository on github

https://github.com/hidekingerz/redoc-cli

Create a repository on Docker Hub

https://hub.docker.com/r/exthirix/redoc-cli Just make it for the time being. The automatic build setting is postponed.

Create a Dockerfile in intelliJ

https://github.com/hidekingerz/redoc-cli/blob/master/Dockerfile Push it to the master branch.

Build Image from Dockerfile with intelliJ.

dockerfile.png

container.png

After setting, Run to create an image. Just flinch with Run / Debug Configurations to create a container from an image. Since a container is created, check the operation. Push to Docker Hub You can push from InterlliJ to Docker Hub, so you just have to flinch. Push will take some time, so let's wait. push.png

Work with github to publish Dockerfiles on Docker Hub

Just set Automated Build. Once set, run Save and Build, and after a while it will be built and published.

dockerHubManage.png

Recommended Posts

Create a Docker Image for redoc-cli and register it on Docker Hub
2. Create Docker image and register Registry
Let's install Docker on Windows 10 and create a verification environment for CentOS 8!
Create a container image for arm64 of Kibana and register it in GitHub Container Registry. Start Elastic Stack with Docker Compose on Raspberry Pi 4 (64bit)
Create a Java (Gradle) project with VS Code and develop it on a Docker container
Create a Java (Maven) project with VS Code and develop it on a Docker container
Maybe it works! Create an image with Docker and share it!
[Docker] Build a site on Hugo and publish it on GitHub
Create a lightweight STNS Docker image
left4dead2 I made a Docker image for the server and tried running it on GCE # 3 (I had a hard time building the server)
Use Jenkins to build inside Docker and then create a Docker image.
Docker Compact Manual (4: Create a custom image)
A shell script that builds a Docker image and pushes it to ECR
[Docker] How to create a virtual environment for Rails and Nuxt.js apps
Created a Docker container image for an OpenLDAP server based on Fedora
Create a Lambda Container Image based on Java 15
I installed Docker on EC2 and started it
Create a docker environment for Oracle 11g XE
Create a Docker container for your development web server in Ansible on MacOS
I made a Docker image of SDAPS for Japanese
Create a docker image that runs a simple Java app
How to create a header or footer once and use it on another page
I tried using Wercker to create and publish a Docker image that launches GlassFish 5.
Create an environment for Tomcat and Postgres on a Chromebook without using developer mode
Place "Create a to-do list using Rails API mode and React Hooks" on docker
Until you run Quarkus and run docker image on Amazon ECS
How to create a lightweight container image for Java apps
Create a Docker image with the Oracle JDK installed (yum
A story about speeding up unittest on Docker for Mac
Create a Kibana container image for ARM64 (Raspberry Pi/Mac M1)
How to create and launch a Dockerfile for Payara Micro
Build Metabase with Docker on Lightsail and make it https with nginx
Create a private repository in Amazon ECR and push/pull the image
I created a Docker image of a container for learning OpenAI Gym
Create a JVM for app distribution with JDK9 modules and jlink
(Ruby on Rails6) Creating a database and displaying it in a view
[Java] Let's create a mod for Minecraft 1.16.1 [Add and generate trees]
[Java] Let's create a mod for Minecraft 1.14.4 [9. Add and generate trees]
Image Spring Boot app using jib-maven-plugin and start it with Docker
Run (provisionally) a Docker image with ShellCommandActivity on AWS Data Pipeline
[Java] Let's create a mod for Minecraft 1.14.4 [8. Add and generate ore]
Push the Docker Image distributed by Docker Hub to Google Container Registry and start the VM based on that Image
Install openjdk8 on Docker image (Debian)
Create a Vue3 environment with Docker!
Run React on a Docker container
Docker on NILFS2 filesystem (for raspbianOS)
Deploy Flask's Docker image on Heroku
Run PureScript on a Docker container
Create a fluentd server for testing
Inexperienced create a weather app using OpenWeatherMap and deploy it to Netlify
How to build a Ruby on Rails environment using Docker (for Docker beginners)
Clone your own web app on GitLab when building a Docker image
Starting with installing Docker on EC2 and running Yellowfin in a container
[Ruby on Rails] Create a pie chart for each column with Chartkick
Create a program to post to Slack with GO and make it a container
Creating an app and deploying it for the first time on heroku
Create a java web application development environment with docker for mac part2
2. Create Docker image and register Registry
Learn more about docker image and Dockerfile FROM
Rails Docker ~ Part 1 ~
Rails Docker ~ Part 2 ~