python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Packer: create docker image with ubuntu and nginx
I have the following Dockerfile:
FROM ubuntu:bionic
RUN apt-get update -y && apt-get install -y nginx
EXPOSE 80
CMD ["/usr/sbin/nginx", "-g", "daemon off;"]
Bui...
wiwa1978
Votes: 0
Answers: 1
Packer + Ansible - "winrm or requests is not installed: No module named 'winrm'"
I'm trying to integrate Ansible with Packer to configure a Windows Client.
Running from Azure Pipelines:
Ubuntu-Latest
Python 3.8.10
ansible [core 2.12.4]
packer 1.8.0
In the Pipeline I have tried t...
ASHR
Votes: 0
Answers: 1
Issues with setting permissions inside a kubernetes pod using packer
I am using packer for creating my project's docker image and pushing to a cluster. In packer config json file I have provided commands for giving read, write, execute of certain folders in provisioner...

T Ravi Theja
Votes: 0
Answers: 0
Packer unable to read shell script while using Docker plugin
I am trying to create a docker image using Packer. However, when I am trying to use the shell provisioner it is unable to find the shell script.
learn-packer.docker.terraform: /bin/sh: /tmp/script_899...
Judi
Votes: 0
Answers: 1