Skip to content

Commit dfb008c

Browse files
authored
Merge pull request #44 from PureStorage-OpenConnect/staging
Staging
2 parents 2a8e21a + 310e931 commit dfb008c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.12-alpine
22

33
LABEL maintainer="sile16"
44

rest_extract/update_all.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
#!/bin/bash
2-
# there are no new pdf versions so don't update them.
3-
4-
#Pureset download update highest version mnumbers then run
52
echo "Get the latest files from artfactory: https://artifactory.pstg-inf.net/ui/repos/tree/General/virtual-pure-shared-purest-maven/release/com/purestorage/purest"
63

74
echo "And extract to definitions/oas2 & definitions/oas3"
8-
input "Press enter to continue"
5+
read -p "Press enter to continue"
96

107
python3 apply_templates.py
11-
python3 create_spec_index.py
12-
13-
pyth
8+
python3 create_spec_index.py

0 commit comments

Comments
 (0)